What is meant by redo log buffer ?

Answers were Sorted based on User's Feedback



What is meant by redo log buffer ?..

Answer / anil joshi

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

What is meant by redo log buffer ?..

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

What is meant by redo log buffer ?..

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

Post New Answer

More Oracle Architecture Interview Questions

What is the function of checkpoint(CKPT)?

4 Answers  


What is Database Buffers ?

4 Answers  


What is User Process?

1 Answers  


How can you find the size of a database?

5 Answers   Baidu, HCL,


What is a Multi-threaded Server Configuration?

1 Answers  






When Does DBWR write to the database?

6 Answers  


What is a Control file ?

4 Answers  


What is the significance of having storage clause ?

1 Answers  


How will you monitor the space allocation ?

3 Answers  


What are Oracle Schema Objects?

0 Answers  


What is Shared SQL Area?

1 Answers   Oracle,


What is dictionary cache ?

2 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)