fire off multiple dbms_stats.gather_schema 2004-07-08 - By Raj Jamadagni
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@(protected) > 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@(protected)
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
|
|