摘要: ORA-01502: 索引或这类索引的分区处于不可用状态原因: 出现这个问题,可能有人move过表,或者disable 过索引。1. alter table xxxxxx move tablespace xxxxxxx 命令后,索引就会失效。2. alter index index_name unu 阅读全文
posted @ 2017-12-19 13:48 浅雨凉 阅读(3809) 评论(0) 推荐(0) 编辑