'sdetable -o rebuild_index' command hangs with DB2.
上次发布: August 25, 2014ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM038871
已提交
September 29, 2008
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
9.2
操作系统
IBM AIX
操作系统版本
53
修正版本
10
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
Fixed in release 10.0
解决办法
If comman tools is the only abailable tools to use:1. Use sdetable -o rebuild_index -x VERSIONED to rebuild A&D table indexes.2. Use sdetable -o delete/create_index to recreat attribute index on business table.3. Use sdelayer -o normal_io to rebuild the spatial index to substitue sdetable -o rebuild_index -x SPATIALIf ArcGIS desktop is available:(A) Updating spatial index:------------------------------In ArcCatalog, Right-mouse click on layer > Properties > Select Indexes Tab > Click on Delete button under Spatial Index section > Click on Recalculate button(B) Updating attribute index:----------------------------------In ArcCatalog, Right-mouse click on layer > Properties > Select Indexes Tab > Click on Add or Delete button under Attribute Indexes session.Note here that FID index can't be delete by GUI but "sdetable -o delete_index" allows to delete OBJECTID index.