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: fire off multiple dbms_stats.gather_schema

Re: fire off multiple dbms_stats.gather_schema

From: Raj Jamadagni <rjamya_at_yahoo.com>
Date: Thu, 8 Jul 2004 05:05:14 -0700 (PDT)
Message-ID: <20040708120514.29840.qmail@web50003.mail.yahoo.com>


I wrote a db package that does it for me, I use to fire up 10 parallel sessions to accomplish gathering stats, depending how much time it takes, they autobalance the load across the sessions.

ps: I don't do schema level stats, I do table level. Raj
--- David <thump_at_cosmiccooler.org> wrote:
> I am using dynamic sql to generate code that will analyze schemas. I
> would just gather_database stats, but the request is that I use
> dbms_stats.gather_Schema so that the process can be broken down into
> concurrent sets and run concurrently(and with parallel). Does anyone have
> any advice, ideas or tips on how I might accomplish this?
>



Best Regards
Raj

select mandatory_disclaimer from company_requirements;                 

Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail

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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Jul 08 2004 - 07:01:49 CDT

Original text of this message

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