
How to fix unusable indexes in Oracle DB by index rebuild
April 22, 2024
How to fix unusable indexes in Oracle DB by index rebuild
#Execute below query check unusable indexes in the database. SQL> select owner,index_name,status from dba_indexes …