Bug
| Bug ID Number | NIM099594 |
|---|---|
| Submitted | March 5, 2014 |
| Last Modified | April 2, 2025 |
| Applies to | ArcSDE/Enterprise Geodatabase |
| Version found | 10.2.1 |
| Operating System | Windows OS |
| Operating System Version | 2008 R2 |
| Version Fixed | 10.3.0 |
| Status | Fixed |
1. Connect to the Oracle instance/geodatabase using SQL*Plus as the sde user.
2. Identify the name of the gdb_items spatial index:
SQL> SELECT index_name FROM user_ind_columns WHERE table_name = 'GDB_ITEMS' and column_name = 'SHAPE';
INDEX_NAME
------------------------------
A29_IX1
3. Drop the spatial index:
SQL> DROP INDEX A29_IX1;
Index dropped.
The spatial index ensures that all features have the same SRID value. If an invalid SRID value is set for a feature during an insert or update, the statement encounters the errors ORA-29877, ORA-20085, ORA-06512. When no spatial index is present, an st_geometry attribute is able to persist features with mixed spatial reference values.
Presently, no releases of ArcGIS products execute spatial queries against the sde.gdb_items table. Temporarily dropping the spatial index does not impact functionality, performance or scalability of ArcGIS. The Spatial Reference Consistency Patch executes the geodatabase upgrade command that will create the sde.gdb_items spatial index.
If you are an Oracle-based customer that has upgraded an ArcGIS 10.0 geodatabase to ArcGIS 10.1 or higher and problems have been encountered not cited in this knowledge base article, please contact Esri Technical Support for further review.
Bug ID: NIM099594
Software:
Get help from ArcGIS experts
Download the Esri Support App