Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RE: wait events and v$session_event
It doesn't matter how many sessions you have running ... Anytime kernel
wants to read datafile you'll see db file read waits. It has nothing to
do with # of session.
The wait indicates ... "I am kernel and I am waiting till someone reads x (p3) number of blocks from file (p1) starting with block id (p2) and makes it available in the buffer cache".
Raj
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of ryan.gaffuri_at_cox.net
Sent: Tuesday, May 11, 2004 12:23 PM
To: oracle-l_at_freelists.org
Subject: Re: RE: wait events and v$session_event
Cary,
Could you be a little more specific, I don't quite understand this? I am using one node right now for everything in my ETL process. However, we have load_balancing turned on.=20
Also, why would I get file read waits if I just have one session running?=20
One note worth
mentioning here is that even the famous "I'll do TP on one RAC node and
query-only on the other" strategy is prone to lots of "global cache *"
activity.
Why? Because of the undo blocks that are used by both nodes.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlReceived on Tue May 11 2004 - 11:48:03 CDT
-----------------------------------------------------------------
![]() |
![]() |