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: is my table analyzed with compute/estimate

Re: is my table analyzed with compute/estimate

From: Yechiel Adar <adar76_at_inter.net.il>
Date: Wed, 29 May 2002 02:33:20 -0800
Message-ID: <F001.0046DCE5.20020529023320@fatcity.com>


Hello

Very simple. Select sample_size from all_tables. The field contain NULL for unanalyzed tables, 0 (zero) for compute statistics
and sample size from estimate statistics. Oracle 8.1.6.3.4

Yechiel Adar
Mehish
----- Original Message -----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Wednesday, May 29, 2002 10:13 AM

> Hello All,
>
> Can somebody help me on this how to know whether my
> table was analyzed last time with COMPUTE / ESTIMATE.
>
> what I guess is , if the num_rows (dba_tables) are
> equivalent to count of the rows in my table, I guess
> it was analyzed with compute statistics.
>
> I think it is not accurate to find it.
>
> Can somebody through somelight on this how to know
> that.
>
> Regards,
> Srinivas
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: kommareddy sreenivasa
> INET: kommacnu_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Yechiel Adar
  INET: adar76_at_inter.net.il

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed May 29 2002 - 05:33:20 CDT

Original text of this message

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