| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Hints
Folks,
Is it possible that Oracle optimiser would ignore the hint and does
something different?
Here is my case:
First run: (no hints)
- execution plan says that the optimiser used the cost_based method.
Second run: hint /*+ RULE */
- The execution plan used an index in table A
Third run: hint /*+ Index tableA(indexname) */
- The optimiser did a FULL table scan on tableA.
Just wondering if thats possible, that the optimiser would ignore the hint, or i might be missing something here?
thanks,
ZS
Received on Thu Sep 27 2001 - 03:07:37 CDT
![]() |
![]() |