Oracle Database - UNUSABLE index
About
The index that are marked UNUSABLE can be skipped with the session parameter skip_unusable_indexes.
gerardnico@orcl>alter INDEX big_table_idx unusable; INDEX altered.
The index that are marked UNUSABLE can be skipped with the session parameter skip_unusable_indexes.
gerardnico@orcl>alter INDEX big_table_idx unusable; INDEX altered.