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: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Wed, 16 Jan 2002 11:46:59 -0800
Message-ID: <F001.003F1BBE.20020116113649@fatcity.com>

Chris,
You should see the waits in V$SESSION_EVENT as well, as these are rolled in to the V$SYSTEM_EVENT. You have to query V$SESSION_EVENT when these thread are active. And you will have to query it repeatedly as it reports waits as and when session encounters some.
I would also consider the impact on all the indexes for table where data is getting inserted. It will cause contention if all these processes are inserting index entries in the same general area. Reverse indexing may help some. I can comment much, as I have not yet used them in a production setup.

Good luck,
- Kirti  

-----Original Message-----
Sent: Wednesday, January 16, 2002 12:48 PM To: Multiple recipients of list ORACLE-L

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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deshpande, Kirti
  INET: kirti.deshpande_at_verizon.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:46:59 CST

Original text of this message

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