Oracle 索引的失效检查

select index_name, partition_name, status
from user_ind_partitions
where status = 'UNUSABLE'
union all
select index_name, '' as partition_name, status
from user_indexes
where status = 'UNUSABLE';

  

posted @ 2018-11-08 14:29  天蓝隐湘  阅读(1365)  评论(0编辑  收藏  举报