laptop and a wrench

漏洞

Upgrading from ArcSDE may prevent certain raster catalogs from being properly registered with the geodatabase.

上次发布: August 25, 2014 No Product Found
漏洞 ID 编号 NIM000185
已提交October 31, 2005
上次修改时间April 2, 2025
适用范围No Product Found
找到的版本9.1
状态Non-Reproducible

附加信息

No Public Explanation

解决办法

Perform (carefully) the following steps in SQL*Plus to completely unregister the 8.3 raster catalog from the geodatabase, and then re-run "Register with Geodatabase..." in ArcCatalog 9.1.## Determine the geodatabase object class identifier.#SELECT ID FROM SDE.GDB_OBJECTCLASSES WHERE NAME='TESTRC_A';## Record this number (eg, 25):# OBJECT CLASS ID: ____SELECT ID FROM SDE.GDB_OBJECTCLASSES WHERE NAME='TESTRC_A';## Delete the geodatabase object class for this raster.DELETE FROM SDE.GDB_OBJECTCLASSES WHERE ID=2;# Drop the OBJECTID column from the column registry.DELETE FROM SDE.COLUMN_REGISTRY WHERE TABLE_NAME='TESTRC_A' AND COLUMN_NAME='OBJECTID';# Drop the OBJECTID column from the business table (note the different tablespace # for wherever your data is stored).ALTER TABLE GIS.TESTRC_A DROP COLUMN OBJECTID;# Clear the ROWID_COLUMN field for the affected table.UPDATE SDE.TABLE_REGISTRY SET ROWID_COLUMN='' WHERE TABLE_NAME='TESTRC_A';COMMIT;

重现步骤

漏洞 ID: NIM000185

软件:

  • No Product Found

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项