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: buffer busy waits and v$filestat

Re: buffer busy waits and v$filestat

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Tue, 29 Jul 2003 17:04:23 -0800
Message-ID: <F001.005C7B7B.20030729170423@fatcity.com>


That's On 2003.07.29 19:59, Diego Cutrone wrote:

> Another thing I think (I'm sorry to disagree with
> Mladen on this) is that when DBWR hasn't finished
> writing a buffer to the disk, and a session wants that
> buffer in exclusive mode, there's a wait and that wait
> is computed as a write complete wait and not as BBW.

DBWR works in 2 phases:
a) It scans for dirty buffers and pins them. b) It starts IO, usually using writev.

If IO has been launched and not yet finished, then the wait is "write complete wait". If IO hasn't been started yet, we have "buffer busy". This "write complete" wait became essential with the advent of asynchronous I/O. I was just simplifying things, nothing else.

-- 
Mladen Gogala
Oracle DBA
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Mladen Gogala
  INET: mgogala_at_adelphia.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Jul 29 2003 - 20:04:23 CDT

Original text of this message

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