输入banner图图片脚本导航/分类

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

重建索引 

alter index pk_kc03 rebuild

 

批量查询无效索引

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

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

标签:类索引   索引   like   ike   查询   sele   line   rac   oracl