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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Query sorting without Order by

Re: Query sorting without Order by

From: Piers C. Structures <Piers_at_moletrap.co.uk>
Date: Wed, 07 Feb 2001 18:37:48 GMT
Message-ID: <3a8194f3.749086@news.ntlworld.com>

On Wed, 7 Feb 2001 09:34:25 +0100, "Nicolas Bronke" <newsgroup_at_trinity.de> wrote:

>> Yes, but when a comment is in the right place with the right format,
>> They are optimizer hints. They tell Oracle how to execute the
>> query (rather than decide for itself). The hint below tells oracle to
>> use the index MY_TABLE_X. When oracle uses the index, the rows will
>> come back in the order of the index. That's how we can sort the rows
>> without a sort!
>>
>
>I tried that, but it does not work.

I think that hint's require that the optimiser is set to COST or CHOOSE. Perhaps you're using RULE based?

-- 
Suck The Goat
Received on Wed Feb 07 2001 - 12:37:48 CST

Original text of this message

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