What is meant by redo log buffer ?
Answers were Sorted based on User's Feedback
redo log buffer hold and written all redo entries in redo
log file or whenever a DML statement run that time redo
generate for that DML statement and these redo is hold by
the redo log buffer
every commit, log switch and before DBWN writer the redo
entries written into log file from redo buffer, it's
usefull for recovery purpose incase of crash
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / veeravel.csv@gmail.com
redo log file is stored to every transaction information, if you use sql query [eg: dml commands ]except select statement and then all write in redo buffer.it use to recovery purpose.
whenever give commit statement after will write in datafile..
[u will give rollback erase temporary statement]
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravi dutta
when ever the buffer cache is crashed, the transactions
present in the buffer cache is lost. this can be recovered
by the redo log buffer, which contains all the transactions
present in the buffer cache
| Is This Answer Correct ? | 1 Yes | 4 No |
What is an Oracle Rollback Segment?
What is the maximum size of a row in oracle 9i?
4 Answers Baidu, HCL, Yashu Systems,
What is meant by redo log buffer ?
What is use of Rollback Segments In Database ?
What are the uses of Oracle Rollback Segment?
What is a Control file ?
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
How will you swap objects into a different table space for an existing database?
What is Shared SQL Area?
How will you monitor the space allocation ?
List the Optional Flexible Architecture (OFA) of Oracle database ?
What is User Process?