Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to identify the last db stats run - Estimate / Compute?

Re: How to identify the last db stats run - Estimate / Compute?

From: Domingo Diaz Saenz <domingo.diazs_at_gmail.com>
Date: Thu, 27 Apr 2006 12:46:55 +0200
Message-ID: <990cd870604270346j39b57cdaof5547fb7196a783d@mail.gmail.com>


Hi,

You have the column SAMPLE_SIZE in dba_tables which inform you the number of rows scanned. If you gather statistics on static tables (although it would be a bad idea) this number must be the same as select count(*) from the static table.

Best Regards

On 4/27/06, arul kumar <arul76_2000_at_yahoo.com > wrote:
>
> All,
>
> Is there any data dictionary view to find out whether
> the last database statistics run was a ESTIMATE or
> COMPUTE one?
>
> Thanks,
> Arul.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
Domingo Diaz Saenz

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Apr 27 2006 - 05:46:55 CDT

Original text of this message

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