it's not fragmented index. fragmented index still can be used. unusable index is the index not correctly corresponding to table, like some operation on partition table cause correspondin index unusable (index didn't changed, need rebuild).
So to rebuild those unusable indexes, do you just
alter index index_name rebuild
just like you do when the index is fragmented? How do you solve the problem when you realize that your index is unsable?
Bookmarks