You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ask Oracle DBA
In prior versions to 10g when a query executed by a user try to use an
index which is in UNUSABLE state It immediately returns an error.
But from the release of 10g If a statement attempts to use an unusable
index, oracle will generate a execution plan which does not require
the index. Thus, statements will always
succeed—but perhaps at the cost of greatly reduced performance.
If you want oracle to behave as in prior version to 10g you can set
SKIP_UNUSABLE_INDEXES to false. the default value of this parameter is
true.