laptop and a wrench

漏洞

The gdb_temp_user_ids table created during synchronization of replica involving geometric network datasets does not have any indexes and results in performance issues with the synchronization process.

上次发布: May 26, 2022 ArcGIS for Desktop
漏洞 ID 编号 BUG-000149364
已提交May 19, 2022
上次修改时间June 5, 2024
适用范围ArcGIS for Desktop
找到的版本10.6.1
操作系统Windows Server
操作系统版本2016 64 Bit
修正版本10.9.2
状态Fixed

解决办法

Create the gdb_temp_user_ids table in advance and create an index on it.

  • create table gdb_temp_user_ids(user_id NUMBER(38));
  • create index gdb_temp_user_ids_idx on gdb_temp_user_ids(user_id);

Note: The replication runs at the usual time.

重现步骤

漏洞 ID: BUG-000149364

软件:

  • ArcGIS for Desktop

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项