Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how to hint on order of execution

Re: how to hint on order of execution

From: Anurag Varma <avdbi_at_hotmail.com>
Date: Tue, 18 Feb 2003 22:50:09 -0500
Message-ID: <v55vnk5lq3dgab@corp.supernews.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US