Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: fire off multiple dbms_stats.gather_schema
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?
>
-- 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