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: How to set DBWR_WRITE_PROCESSES in Oracle8i?

RE: How to set DBWR_WRITE_PROCESSES in Oracle8i?

From: Nick Wagner <Nick.Wagner_at_quest.com>
Date: Wed, 16 Jan 2002 11:37:18 -0800
Message-ID: <F001.003F1B6F.20020116112021@fatcity.com>

Since I didn't see this yet, I thought I might add it in. 

Try increasing the PCTFREE, perhaps there are two many transactions happening in the same block, and oracle is locking the entire block until the other transaction if finished.   I know this is pretty common on multi-threaded updates, and PCTFREE is a great fix, but I'm not sure how much of a performance gain it will be for inserts. 

Another thing, partition the table, so that the physical disk does not get hammered.   It could just be IO limitations.  In this case, 12 partitions each set up for a java load would work perfectly... or you might just want to hash partition it.

-----Original Message-----
From: CC Harvest [mailto:ccharvest_at_yahoo.com] Sent: Wednesday, January 16, 2002 10:48 AM To: Multiple recipients of list ORACLE-L Subject: RE: How to set DBWR_WRITE_PROCESSES in Oracle8i?

Thanks Kirti and Paul for the reply.
The instance is up for only 3 days. We know there are very heavy inserts in the database.

Yes, There are high waits for 'buffer busy waits' event in V$SYSTEM_EVENT view. But I didn't see 'buffer busy waits' in V$SESSION_EVENT. I may try to increase the freelist to 12(I don't know whether it helps, anyway we have 12 Java threads insert data into the same table concurrently).

Thanks,

Chris


Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: CC Harvest
  INET: ccharvest_at_yahoo.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 Wed Jan 16 2002 - 13:37:18 CST

Original text of this message

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