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: Rollback segments confusion ?

RE: Rollback segments confusion ?

From: Bhatia, Mandeep (CAP, CEF) <Mandeep.Bhatia_at_gecapital.com>
Date: Fri, 17 Nov 2000 11:08:38 -0500
Message-Id: <10683.122383@fatcity.com>


thanks for explaination. I did read the manuals but I thought like DBWR process is responsible for writing to data files similarly there would be a separate process like RBWR or sth to write dirty Rollback buffers in Rollbak files. Also nowhere in concepts manual did I find ( SGA diagram or elsewhere) that Rollback segments are in memory . only things they talk about is DATA buffers and redo log buffers and hence the confusion.
So thanks again .

 	Regards,
 	Mandeep
 


-----Original Message-----
From: Gaja Krishna Vaidyanatha [mailto:gajav_at_yahoo.com] Sent: Friday, November 17, 2000 1:05 AM
To: Multiple recipients of list ORACLE-L Subject: RE: Rollback segments confusion ?

Mandeep,

I am not sure what you mean by 'maintenance'. Each server process that starts a transaction, gets assigned a rollback segment and it is responsible to read the relevant rollback segment blocks into the database buffer cache if they are not already present there, for its use. When these rollback segment blocks get modified by the tranaction (before image gets written into it), they become dirty and move into the dirty list.

In due course, DBWR and/or a combination of DBWR I/O slaves writes the blocks to disk. I don't mean to be rude, but you might want to start reading the Oracle Concepts Manual, to get answers for this and other questions that may arise from this. If you can't find the answers to your questions in the manuals, please post your questions and someone will be more than happy to get you some answers.

Enjoy your bedtime reading...;-)

Gaja


Gaja Krishna Vaidyanatha
Director, Storage Management Products, Quest Software Inc. Office : (972)-304-1170, E-mail : gajav_at_yahoo.com

Author - Oracle Tuning 101 by Osborne McGraw-Hill "Opinions and views expressed are my own and not of Quest"



Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays! http://calendar.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gaja Krishna Vaidyanatha
  INET: gajav_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
Received on Fri Nov 17 2000 - 10:08:38 CST

Original text of this message

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