Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ** ordered use_nl question
Allen,
Yes. I am giving /*+ ordered use_nl in the query. I did not type properly in the e-mail below. so it is
/*+ ordered use_nl(a,b,c,d) index(a emp_id) */
Sorry. And thanks for your help.
"Allen, Brandon" <Brandon.Allen_at_OneNeck.com> wrote:
That syntax doesn't look right to me - I think it should be "ordered use_nl(a,b,c,d)" (not ordered_nl)
select /*+ ordered_nl(a,b,c,d) index(a emp_id) */ but it does not seem to work.
The plan does seem to change a little so the hint is having affect. However I am not able to get the desired plan. Any suggestions? Thanks for help
Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jun 19 2006 - 11:11:01 CDT
![]() |
![]() |