DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: info regarding redo file and data file

  1. #1
    Join Date
    Aug 2001
    Location
    chennai,bangalore
    Posts
    840
    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

  2. #2
    Join Date
    Dec 2001
    Posts
    221
    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

  3. #3
    Join Date
    Aug 2001
    Location
    chennai,bangalore
    Posts
    840
    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

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Check the link, it's right in there...
    Jeff Hunter

  5. #5
    Join Date
    Aug 2001
    Location
    chennai,bangalore
    Posts
    840
    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
  •  


Click Here to Expand Forum to Full Width