Hi,
I am using Oracle 19c and ArcGIS Enterprise 10.9
Recenty I move some Feature Class into another tablespace. I observe the indexes using query :
SELECT table_name, index_name, index_type, status, NUM_ROWS
FROM DBA_INDEXES WHERE STATUS='UNUSABLE' AND owner = 'SDE'
The Normal and Domain indexes become "unusable". I know I can rebuild Indexes using ArcGIS Pro but I think its to tiresome becasue I have 1000 feature classes. I prefer using phyton script or query / plsql. Is there anyone here can help or at least point me to a direction?
Moreover, I tried to delete the attribute Index. But the button is greyed out. Why ? I can rebuild the spatial index just fine. See the picture below:

How can I delete and then rebuild the Attribute Index again with the same name (or with deifferent name, its fine) ?
Thanks