摘要:
原因:出现这个问题,可能有人move过表,或者disable 过索引。1、alter table xxxxxx move tablespace xxxxxxx 命令后,索引就会失效。2、alter index index_name unusable,命令使索引失效。解决办法:1、重建索引才是解决这类问题的完全的方法。alter index index_name rebuild (online);2... 阅读全文
posted @ 2009-05-19 19:16
断点
阅读(1857)
评论(1)
推荐(0)
浙公网安备 33010602011771号