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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RAC Parallel Query Issues

Re: RAC Parallel Query Issues

From: Ravi Kulkarni <nandagokul_at_yahoo.com>
Date: Tue, 16 Sep 2003 08:04:42 -0800
Message-ID: <F001.005D00E8.20030916080442@fatcity.com>


Thanks Mogens,

It works great with no parallelism set. But when parallelism is set to DEFAULT it fails (intermittently). The tables are imported from a Non-Rac production environment.
Found a note on Metalink last night which says DEFAULT is calculated as : CPU_COUNT*PARALLEL_THREADS_PER_CPU and DOP is DEFAULT * INSTANCES.
The DOP it was using was 48 (6 cpus*4 thr/cpu*2 instances)
This is the same setting in Production(infact with more cpus and hence larger DOP) but has been running fine. I guess the issue is magnified due to slaves being spawned at the other node and the QC sync'ing with them. I see huge number 'IPC send completion sync' events during this time.
I had to alter degree from 'Default' to 2 for some tables and disable parallelism to smaller lookup tables to get it working. These went unnoticed in a single instance box.
Thanks,
Ravi.


Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ravi Kulkarni
  INET: nandagokul_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 Tue Sep 16 2003 - 11:04:42 CDT

Original text of this message

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