Hi.

I am trying to speed up the following query:
update table X set col1=2; I set the degree of
parallelism for the table X to 16 and added a hint:
update /*+ parallel(X,16) */ table X set col1=2;
I only got 4 parallel slaves - one for each partition
in the table. When I do that same operation for a
table
with just one partition, I'm getting as many slaves
as I want - up to 32. Is there anything I can do to
force ORacle to create more than one parallel process
per partition?

thanks
Gene

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Olga Gurevich
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to