BUG
An underlying DBMS error is encountered when working with a feature class or object class, after the object has been migrated using the ArcToolbox migrate storage tool (or programmatically migrating an object using ArcObjects).
For example, if a user were to migrate a feature class stored in Oracle as SDEBINARY to st_geometry using the migrate storage tool and then attempt to recalculate the feature classes spatial index, they would encounter the following error:
"Failed to add spatial index.
Underlying DBMS error [ORA-00942:table or view does not exist (GIS_SDE.F907_PK)]"
When the geodatabase first references a feature class or object class that is stored in ArcSDE, the properties of the object are cached in the application.
Once the application migrates the storage of a layer (changing its properties), the cached information is incorrect.
If further operations are performed on the migrated layer, for example, recalculating the spatial index, an underlying DBMS error may be encountered.
The error is the result of the geodatabase retaining the old properties of the object after it has been migrated.
Get help from ArcGIS experts
Download the Esri Support App