Re: fire off multiple dbms_stats.gather_schema
- From: Raj Jamadagni <rjamya@xxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Thu, 8 Jul 2004 05:05:14 -0700 (PDT)
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@xxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxx
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
-----------------------------------------------------------------
- References:
- fire off multiple dbms_stats.gather_schema
- From: David
Other related posts:
- » fire off multiple dbms_stats.gather_schema
- » Re: fire off multiple dbms_stats.gather_schema
- » Re: fire off multiple dbms_stats.gather_schema
- » RE: fire off multiple dbms_stats.gather_schema
- » RE: fire off multiple dbms_stats.gather_schema
- » RE: fire off multiple dbms_stats.gather_schema
- » RE: fire off multiple dbms_stats.gather_schema
- » RE: fire off multiple dbms_stats.gather_schema
- » RE: fire off multiple dbms_stats.gather_schema
- » RE: fire off multiple dbms_stats.gather_schema
- » RE: fire off multiple dbms_stats.gather_schema
- » RE: fire off multiple dbms_stats.gather_schema
- fire off multiple dbms_stats.gather_schema
- From: David