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:29:23 -0700
Message-ID: <bu6ilvovpde8i0k50pgpbfmfi63bhqufp6@4ax.com>


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:29:23 CDT

Original text of this message

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