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 ANALYZE schema?

RE: How to ANALYZE schema?

From: Gogala, Mladen <MGogala_at_oxhp.com>
Date: Mon, 4 Dec 2000 10:12:28 -0500
Message-Id: <10700.123526@fatcity.com>


I believe that the DBMS_STATS.GATHER_SCHEMA_STATS is considered to be a preferred method these days. The most important difference between the two is that DBMS_STATS can run in parallel while analyze_schema can not.

-----Original Message-----
From: Sonja Sehovic [mailto:sonja.sehovic_at_zg.tel.hr] Sent: Monday, December 04, 2000 3:36 AM
To: Multiple recipients of list ORACLE-L Subject: RE: How to ANALYZE schema?

You should do:

        execute dbms_utility.analyze_schema('scott' ,'compute');

HTH
        Sonja

-----Original Message-----
Sent: Sunday, December 03, 2000 10:05 PM To: Multiple recipients of list ORACLE-L

Hi listers,
Could somebody pls explain
how to perform ANALYZE TABLE COMPUTE STATISTICS on all tables in a schema or in the database.

Thank you,
Alex

--

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

Author: AlexP
  INET: apot_at_canadawired.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: =?us-ascii?Q?Sonja_Sehovic?=
  INET: sonja.sehovic_at_zg.tel.hr

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 Mon Dec 04 2000 - 09:12:28 CST

Original text of this message

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