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: Statistics for CBO

Re: Statistics for CBO

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 20 Oct 2006 13:17:42 -0700
Message-ID: <1161375460.344149@bubbleator.drizzle.com>


Andrea wrote:
> hi,
>
> sorry for my questions, but i need to understand these concepts.
>
> I've read that on oracle 10g with "analyze" command and DBMS_STATS package
> i can get the statistics that are use for Cost-base-Optimizer (CBO)
> for increase DML statements. DBMS_STATS further on oracle 10g it runs
> automatic schedule from 10 PM to 6 AM every days.
>
> but after run, where statistics are stored?? maybe in DBA_TABLES and
> DBA_INDEX?
>
> thanks very much
>
> bye
> andrew

The analyze command is deprecated in 10g with respect to the optimizer. What is rattling around in my head right now is RTMF ... but rather than say that to you might I suggest you go to http://tahiti.oracle.com and read the documentation?

The answer to your question ... they are stored in the data dictionary. In tab$, obj$, ind$, etc.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Fri Oct 20 2006 - 15:17:42 CDT

Original text of this message

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