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: v$sqlarea statistics

Re: v$sqlarea statistics

From: Deepak Thapliyal <deepakthapliyal_at_yahoo.com>
Date: Wed, 24 Oct 2001 11:26:19 -0700
Message-ID: <F001.003B3801.20011024113544@fatcity.com>

Binay,

from what i understand, these type of block reads relate to read consistancy .. meaning that if oracle wants to read block x but it finds that it is dirty , it reads from the rollback segments to give you the point in time snapshot as it existed at the time when you had first started the query.

e.g. u fire query at 12.00 and if at 12.05, someone changes a block and commits. Now at 12.10 your query is still executing and it requests the above block, oracle will attempt to read it from the rbs , therby resulting in a consistent read.

a current mode read on the other is a direct read off of the buffer cache.

correct me if i am wrong here guys?

Thx
Deepak


Do You Yahoo!?
Make a great connection at Yahoo! Personals. http://personals.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deepak Thapliyal
  INET: deepakthapliyal_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 Oct 24 2001 - 13:26:19 CDT

Original text of this message

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