Drop index partition
Dear All,
I have a case that I got ora 8102 when application team doing DML - delete records - against the table, but I checked with dbverify/RMAN validate/analyze index on particular partition the result is ok.
The problem is this table has 1TB size. I got the object id and the corrupted object is index partition, partition name A37.
So I need to know, just to make sure, whether any how i can drop index partition on only particular partition which is partition A37 so that i don't need to drop one big index and create it again, it will takes time and application manager can't wait that long.