ORACLE ora-01502 索引失效

ORA-01502: 索引或這類索引的分區處於不可用狀態 1. alter table xxxxxx move tablespace xxxxxxx 命令後,索引就會失效。 2. alter index index_name  unusable,命令使索引失效。 查詢當前索引的狀態:select distinct status from user_indexes; 查詢那個索引無效:select
相關文章
相關標籤/搜索