Hello All,
Oracle database 11g EE 11.2.0.4
As we know, when we set SKIP_UNUSABLE_INDEXES=TRUE, Oracle should not report ORA-1502 error for a non-unique index.
Does this mean, Optimizer wont use unusable non-unique index during query execution? or Is the Optimizer free to choose an unusable non-unique index in case, if you have used an index hint in the query to force index scan.
If the optimizer uses an unusable non-unique index during query execution, is it a normal behavior to throw ORA-1502 error?
Thanks,
Madhu