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: tkprof - disk reads greater than query+current

Re: tkprof - disk reads greater than query+current

From: <wagen123_at_yahoo.com>
Date: 20 Apr 2007 13:00:40 -0700
Message-ID: <1177099240.399682.248700@b75g2000hsg.googlegroups.com>


Jonathan,

This is a Oracle text query - uses DOMAIN index. select * from ( select a.*, rownum rnum from ( select /* +FIRST_ROWS(21)*/
columnA, columnB, columnC, create_date from tableName where

   contains ( columnD, 'MICROSOFT') > 0 and    create_date between sysdate - 180 and sysdate order by create_date desc ) a

   where rownum <= 21) where rnum > 0;

Thanks
wagen Received on Fri Apr 20 2007 - 15:00:40 CDT

Original text of this message

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