Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to hint on order of execution
ORDERED hint is probably what you are looking for.
orders the table join from left to right (in the from clause).
Anurag
"Kenny Yu" <kyu_at_biodiscovery.com> wrote in message news:v55l0psm0kd5d9_at_corp.supernews.com...
> The query hints (use_nl, index etc.) all relate to the methods to use. How
> do I get the optimizer to start with the tables that know are very small?
> that is, to hint on the order of joining.
>
> Kenny
>
>
Received on Tue Feb 18 2003 - 21:50:09 CST
![]() |
![]() |