Oracle索引或这类索引的分区处于不可用状态

重建索引 

alter index pk_kc03 rebuild

批量查询无效索引

select ‘alter index ‘||index_name||‘ rebuild online;‘ from  user_indexes where status <> ‘VALID‘ and index_name not like‘%$$‘;

相关推荐