Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> how to increase the number of parallel slaves?

how to increase the number of parallel slaves?

From: Olga Gurevich <gurelei_at_yahoo.com>
Date: Mon, 06 Oct 2003 12:34:33 -0800
Message-ID: <F001.005D22F2.20031006123433@fatcity.com>


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: gurelei_at_yahoo.com
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: ListGuru_at_fatcity.com (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). Received on Mon Oct 06 2003 - 15:34:33 CDT

Original text of this message

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