-
Hi friends,
when does the redo buffer gets written to redo log file and what are the parameter that needs to be set for this to happen.Similarly when does the info in the database buffer cache is written to datafiles and what are the parameters that need to be set.And the does dirty buffers contain only commited data or both commited as well as non-commited.
cheese
anandkl
anandkl
-
in case of database buffer cache - DBWR writes into data files and redo buffer - LGWR writes into redo files.
for more information go to
http://otn.oracle.com/docs/products/...procs.htm#6162
u'll all doubts will be cleared.
Santosh Jadhav
8i OCP DBA
-
i know that DBWr writes buffers from database base buffers and LGWR writes buffers from redo log buffer.But what i wanted to know is when the info in the redo log buffer is written by LGWR and when the changes are commited when are they written to datafiles and similarly when the DBWr writes the data buffers to datafiles.
cheese
anandkl
anandkl
-
Check the link, it's right in there...
Jeff Hunter
-
thanks friends,i got it.
cheese
anandkl
anandkl
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|