一、普通索引是否失效

select * from dba_indexes s where s.owner  in ('ISMP','BOSS','PAY','ACCOUNT','SETTLE','TEMP_DSF') and s.status!='VALID';

二、分区索引状态
select * from dba_ind_partitions l where l.index_owner  in ('ISMP','BOSS','PAY','ACCOUNT','SETTLE','TEMP_DSF') and l.status!='USABLE';

三、重建索引

rebuild online;

 posted on 2019-11-29 15:15  xibuhaohao  阅读(2941)  评论(0编辑  收藏  举报