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: cbo/rbo: full blob-table scan..

Re: cbo/rbo: full blob-table scan..

From: Jan Rosinowski <spamfilter_at_rosinowski.de>
Date: Sun, 01 Aug 1999 15:20:07 GMT
Message-ID: <37a2ab28.190059671@160.45.4.4>


>Do you have access to the SQL or is it a black box application? If you access
>to the SQL, add a hint to tell it to use the PK index.

i tried

select /*+ Index */ name,max(realeasedate)

   from templates
   group by name;

but the plan is still to scan the table..

of course i made ora analyze 'templates'

ciao, jan

dokumentenmanagement und mehr: http://www.rsp.de/ vertriebspartner gesucht! Received on Sun Aug 01 1999 - 10:20:07 CDT

Original text of this message

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