Oracle Database - skip_unusable_indexes parameter
Table of Contents
About
skip_unusable_indexes is a parameter which permit to skip the maintenance of the index that are marked as unusable.
[email protected]>alter session set skip_unusable_indexes=true;