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_UTILITY ?

Re: DBMS_UTILITY ?

From: <G.Plivna_at_itsystems.lv>
Date: Tue, 13 Mar 2001 01:36:03 -0800
Message-ID: <F001.002CA916.20010313011526@fatcity.com>

You can get this from source or install scripts.

Gints

procedure analyze_schema(schema varchar2, method varchar2,

    estimate_rows number default null,
    estimate_percent number default null, method_opt varchar2 default null);

                    "Bunyamin                                                          
                                
                    K.Karadeniz"             To:     Multiple recipients of list 
ORACLE-L <ORACLE-L_at_fatcity.com>       
                    <bunyamink_at_havels        cc:                                       
                                
                    an.com.tr>               Subject:     DBMS_UTILITY ?               
                                
                    Sent by:                                                           
                                
                    root_at_fatcity.com                                                   
                                
                                                                                       
                                
                                                                                       
                                
                    01.03.13 11:00                                                     
                                
                    Please respond to                                                  
                                
                    ORACLE-L                                                           
                                
                                                                                       
                                
                                                                                       
                                




dbms_utility.analyze_schema ( '&OWNER', 'ESTIMATE', NULL, 5 ) ;

  1. wHAT DOES THAT PROCEDURE DO? I could not find it in the documentation. Does it analyze all tables in a given user.?? I mean Does it do the below?
  2. Then what is NULL and 5 is used for ?

Analyze table scott.xxx estimate statistics; // repeating for all tables of user.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: G.Plivna_at_itsystems.lv

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 Tue Mar 13 2001 - 03:36:03 CST

Original text of this message

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