Hello Everyone
Just trying to rebuild some indexes using the Rebuild Indexes Geoprocessing Tool in ArcGIS Pro in our new upgraded oracle and geodatabase Test environment passing in an sde connection file:
Geodatabase 11.1
ArcGIS Pro 3.1.0
Oracle 19.16.0.0
ST_GEOMETRY
Linux
Error message in ArcGIS Pro
Could not rebuild indexes for dataset DATA.DATA_LI.[
Operation Failed [ORA-29858: Fehler bei Ausführung der Routine ODCIINDEXALTER
ORA-01652: Temp-Segment kann nicht um 128 in Tablespace TEMP2 erweitert werden
ORA-06512: in "SYS.DBMS_SQL", Zeile 1134
ORA-06512: in "SDE.ST_DOMAIN_METHODS", Zeile 1688
ORA-06512: in "SDE.ST_DOMAIN_METHODS", Zeile 2487]
Operation Failed [ORA-29858: Fehler bei Ausführung der Routine ODCIINDEXALTER
ORA-01652: Temp-Segment kann nicht um 128 in Tablespace TEMP2 erweitert werden
ORA-06512: in "SYS.DBMS_SQL", Zeile 1134
ORA-06512: in "SDE.ST_DOMAIN_METHODS", Zeile 1688
ORA-06512: in "SDE.ST_DOMAIN_METHODS", Zeile 2487]]
From the error message I assume the TEMP2 tablespace is too small: ORA-01652: Temp-Segment kann nicht um 128 in Tablespace TEMP2 erweitert werden
It is currently set at: temp2.dbf is size 512m;
If it is too small - Does the rebuild operation in Oracle really use the temporary tablespace and why?
Thank you for the clarification