Hello Everyone - we have been trying the following Oracle and Geodatabase upgrade:
Current environment:
- Geodatabase 10.7.
- ArcGIS Pro 2.9.4
- Oracle 18.6.0.0
- ST_GEOMETRY
- Windows
Upgrade Environment:
- Geodatabase 11.1
- ArcGIS Pro 3.1.0
- Oracle 19.16.0.0
- ST_GEOMETRY
- Linux
The installation of the libst_shapelib.so on Linux was ok.
The upgrade geodatabase ran without error.
However if I check the following:
SELECT * FROM DBA_OBJECTS WHERE STATUS!= 'VALID' ORDER BY OWNER, OBJECT_TYPE, OBJECT_NAME;
It looks like all the Axxx_IX1 indexes are now invalid.
Can anyone help with what our next steps would be to make them valid?
Much appreciated.