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: excessive number of db writer

Re: excessive number of db writer

From: Michael Haddon <m.haddon_at_comcast.net>
Date: Wed, 06 Sep 2006 18:17:20 -0500
Message-ID: <44FF5700.7090401@comcast.net>


20 DBWR processes would never be active at the same time,.. On a 12 CPU box, you still need to know the number of Disk access points, I.E. devices.

One question to answer would be how many devices I have to write to,.. maybe you have all your disk access thru a single volume (definitely not recommended).

I usually try to come up with a number of DBWR processes as a combination of CPU's available and devices that can be written to. 12 cpu's with 5 devices (logical or physical) I would have no more than 5 DBWR proceses.

It's all a matter of how many write processes can be active at the same time. Take into consideration the other processes as well, LGWR, etc. otherwise you will have processes waiting for CPU or the device to free up for another DBWR to begin.

Mike

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Sep 06 2006 - 18:17:20 CDT

Original text of this message

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