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: Implement Parallel Processing on DB Warehouse

RE: Implement Parallel Processing on DB Warehouse

From: John Kanagaraj <john.kanagaraj_at_hds.com>
Date: Tue, 10 Feb 2004 15:48:31 -0800
Message-ID: <35CFD500D7BDCE43B9030BBA5979DC181D92C8@ussccem13.hds.com>


Don,

As Jonathan pointed out, AUTOTRACE cannot be relied upon. Rather, I would look at V$SESSTAT from another session for the identified SID - this provides some additional details, especially about PQ. Specifically, look for Statistics (join V$STATNAME) 'where upper(name) like '%PARALLEL%'' - you will be gently surprised s'all I can say :) You also did not mention the number of CPUs you have (although I note that you have set parallel_threads_per_cpu). Be aware that although you did not set LARGE_POOL, this will automatically be derived.

And I have to disagree with Mladen here on the flushing bit - since this is a DW, I wouldn't mind flushing the shared pool, as I can understand why you did it. Of course, he did point out the syntax error!

PQ (in a controlled fashion) can be a boon in DWs, but I have seen it really bite in an OLTP environment.
John Kanagaraj
DB Soft Inc
Phone: 408-970-7002 (W)

Listen to great, commercial-free christian music 24x7x365 at http://www.klove.com

>-----Original Message-----
>From: oracle-l-bounce_at_freelists.org
>[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Freeman, Donald
>Sent: Tuesday, February 10, 2004 1:18 PM
>To: oracle-l_at_freelists.org
>Subject: Implement Parallel Processing on DB Warehouse



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org 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
-----------------------------------------------------------------
Received on Tue Feb 10 2004 - 17:48:31 CST

Original text of this message

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