Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> dictionary access via CBO without statistics
Hi,
I got 2 databases (8.1.7.4, solaris) on which accesses to dictionary objects
(e.g. dba_extents) are made using cbo. I checked that no statistics are on
any sys' tables and indexes using:
select * from dba_tables where owner='SYS' and last_analyzed is not null select * from dba_indexes where owner='SYS' and last_analyzed is not null
The execution plan shows costs and if a /*+ rule */ hint is used, the queries a much faster.
optimizer_mode is choose.
Some more hints / bugs?
TIA
Stephan
Received on Thu Apr 17 2003 - 02:15:54 CDT
![]() |
![]() |