Hello Sueterrin.
I don't think Oracle ignore hints. I think there must be something else causing this behavior.
Optimizer hints does not cause syntax erors, so if the hint is not properly written there is no error, but the hint is ignored. It is also important to check whether the specified index exists and is really usable for the query being issued.
Regards,
Last Wiki Answer Submitted: September 3, 2008 3:17 pm by carlosdl63,535 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Also in your INDEX hint make sure you use the alias in your query, if you have one. If you are using an alias and specify the table name, Oracle will ignore the hint.
Also in your INDEX hint make sure you use the alias in your query, if you have one. If you are using an alias and specify the table name, Oracle will ignore the hint.