ORA-01502: index partition of such index is in unusable state
731197May 5 2010 — edited May 5 2010one of my index is in unsusable state. Can I rebuild the index online using
select 'alter index '||owner||'.'||index_name||' rebuild;' from
dba_indexes where STATUS = 'UNUSABLE';
will it be any impact as this, its a production db and user is complaining they are not able to run the query.
Oracle: 10.2.0.4.0
OS: RHEL