Hello,
I have problem with one of my partitioned spatial index on Oracle 12.1.0.2.0. I can't do any operation on it. I also can't rebuild it.
"ORA-29874: warning in the execution of ODCIINDEXALTER routine
ORA-29960: line 1, Check Oracle Error <13209>
ORA-13209: internal error while reading SDO_INDEX_METADATA table
ORA-06512: at line 1
"
When I query below SQL, I get many rows with
status = USABLE
domidx_opstatus = FAILED
select * from user_ind_partitions where index_name = 'my_spatial_index' and domidx_opstatus != 'VALID';
How can I fix this?