Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: cbo/rbo: full blob-table scan..
>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
![]() |
![]() |