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: Performance problem with SQL query

Re: Performance problem with SQL query

From: Todd Barry <tbarry2000_at_hotmail.com>
Date: Fri, 05 Sep 2003 16:42:33 -0700
Message-ID: <lp7ilv4d3nns73uo4qo850us5rfl3gu2eh@4ax.com>


And you'll need the first_rows hint on the outer query in addition to the rownum clause...

>One more thought (courtesy of Tom Kyte):
>
> and id in (select * from table(cast(function_x() as id_tab))
> where rownum > 0);
Received on Fri Sep 05 2003 - 18:42:33 CDT

Original text of this message

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