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: Parallel degrees in DBMS_STATS

Re: Parallel degrees in DBMS_STATS

From: Mohammad Rafiq <rafiq9857_at_hotmail.com>
Date: Tue, 28 May 2002 12:01:20 -0800
Message-ID: <F001.0046D294.20020528120120@fatcity.com>


Run following query and check whether relevent table/index has degree > 1 select index_name,degree from dba_indexes where degree > 1
/

select table_name,degree from dba_tables where degree > 1
/

If degree > 1 then it will use nymber of PQ process equivalent to number od degree....

Regards
Rafiq

Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: Tue, 28 May 2002 11:18:30 -0800

Hey all,

I'm using DBMS_STATS (despite it's bugs) on 8.1.7.2.0 / HPUX 11.0. When I specify "degree => 2" in the parms for either GATHER_SCHEMA_STATS or GATHER_TABLE_STATS, I notice that 4 "p" processes are kicked off (e.g. "ora_p001_sid"). Since this is on a test system, there is only one processor. Two of the stats processes have higher CPU and little or no I/Os, while the other two are almost all physical I/O and some CPU (probably for the I/O requests).

So, why are there four processes? I ASSuMEd that there'd only be two. And I can't find the FM to R, nor anything suitable on MetaClink.

Anyone?

TIA!

Rich Jesse                           System/Database Administrator
Rich.Jesse_at_qtiworld.com              Quad/Tech International, Sussex, WI USA
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jesse, Rich
   INET: Rich.Jesse_at_qtiworld.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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).




MOHAMMAD RAFIQ


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mohammad Rafiq
  INET: rafiq9857_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 May 28 2002 - 15:01:20 CDT

Original text of this message

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