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 are the uses of Oracle Rollback Segment?

0 Answers  


Name the ORACLE Background Process?

3 Answers  


what is ORACLE MEMORY STRUCTURES

3 Answers  


How will you swap objects into a different table space for an existing database?

2 Answers  


How does Space allocation table place within a block ?

1 Answers  






What are the two types of Server Configurations?

3 Answers  


What is Database Buffers ?

4 Answers  


What do Redo Log Buffers contain?

2 Answers  


How to define Data Block size in Oracle?

0 Answers  


What is the function of Dispatcher (Dnnn)?

4 Answers  


What is advantage of having disk shadowing/ Mirroring ?

1 Answers  


How to implement the multiple control files for an existing database ?

2 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)