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: Data Dictionary Cache - DC_HISTOGRAM_DEFS ??

Re: Data Dictionary Cache - DC_HISTOGRAM_DEFS ??

From: Jonathan Lewis <ora_mail_at_jlcomp.demon.co.uk>
Date: 1996/12/20
Message-ID: <32BB1484.70F8@jlcomp.demon.co.uk>#1/1

Are you running 7.3 ?

When you analyse in 7.3, entries are made in hist_head$ for the min and max value for each column of a table, even if you do not request histogram analysis.

When the CBO cuts in, it checks for relevant histogram data. Since you don't have any, the dc_ will always show 100% misses.

Note: In 7.3.2, if any of your tables are declared as parallel, then the CBO will cut in, even if your init.ora goal is RULE.

---
Jonathan Lewis
ora_mail_at_jlcomp.demon.co.uk
Received on Fri Dec 20 1996 - 00:00:00 CST

Original text of this message

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