Forcing use of Index without Hint
599375May 31 2010 — edited May 31 2010Hi
There are tables with more than 100 Million Records in our 11.1.0.7 database on Windows. SQL queries are not using Index resulting in huge Direct Path Read waits due to full table scan.
When i use index hint in sql the execution is pretty faster.
I cannot hard code the Index Hint in the end user application.
I would like to know if i can force Oracle to use index with out the hints ?
Regards,
Mudassir