Failed Index

by Wolfram Saringer  (2014-03-19)
last change: 2014-03-19


Find an index in the 'failed' state:

select index_name, status, domidx_status, domidx_opstatus
from dba_indexes
where index_type = 'DOMAIN'
and domidx_opstatus = 'FAILED';


all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.