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: DBMS_STATS

RE: DBMS_STATS

From: Cary Millsap <cary.millsap_at_hotsos.com>
Date: Tue, 25 Feb 2003 12:49:16 -0800
Message-ID: <F001.0055926A.20030225124916@fatcity.com>


Check out $ORACLE_HOME/rdbms/mesg/oraus.msg to find out the meaning of any kernel event.

Cary Millsap
Hotsos Enterprises, Ltd.
http://www.hotsos.com

Upcoming events:
- RMOUG Training Days 2003, Mar 5-6 Denver

-----Original Message-----

Rich
Sent: Tuesday, February 25, 2003 2:19 PM To: Multiple recipients of list ORACLE-L

Reading the bug, I'm frustrated for the user. Anyway, what does "Event 10190" do? Or is this a case of "File a TAR"?

Rich

Rich Jesse                        System/Database Administrator
rich.jesse_at_qtiworld.com           Quad/Tech International, Sussex, WI
USA
-----Original Message-----

Sent: Tuesday, February 25, 2003 12:35 PM To: Multiple recipients of list ORACLE-L

May have something to do with bug 2649728, which I just heard about for the
first time no more than 10 seconds ago.  

Cary Millsap
Hotsos Enterprises, Ltd.
http://www.hotsos.com

Upcoming events:
- RMOUG Training Days 2003, Mar 5-6 Denver

I have never had good luck with DBMS_STATS. It seems that the old analyze
runs much faster.....  

Runs in 45 seconds:
analyze table log_trans partition (log_trans_20030104) estimate statistics
sample 5 percent;  

Takes over 2 hours:
execute dbms_stats.gather_table_stats(ownname => 'LDGADMIN', -

                                      tabname => 'LOG_TRANS', -
                                      partname => 'LOG_TRANS_20030102',

-
estimate_percent => 5);
Am I missing something? Aren't both commands the same?  

Thanks,
Tom
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Jesse, Rich
  INET: Rich.Jesse_at_qtiworld.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
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.net
--

Author: Cary Millsap
  INET: cary.millsap_at_hotsos.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
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 Tue Feb 25 2003 - 14:49:16 CST

Original text of this message

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