What is meant by redo log buffer ?
Answers were Sorted based on User's Feedback
Answer / guest
Redo log buffer is mermory where oracle server store all
the latest transaction which is made by the user.If RLB is
going to fill one third log writer writes the data from
redo log buffer to log file.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deva
This buffer contains the information about the changes of
datablocks in the database buffer. While the redo log
buffer is filled during data modifications. The log writer
process wirtes information about the nmodifications to the
redo log files. These files are used after eg a system
crash in order to restore the database(database recovery)
| Is This Answer Correct ? | 4 Yes | 0 No |
What is self-referential integrity constraint ?
Which Department has MOST NUMBER of employees?
8 Answers IBM, LeadSquared, Mastek,
What is a partition in oracle?
how to get count of tables in particular database in Oracle?
What is integrity and what is constraint??Explain with example
How to create lov dynamically at runtime & attach to text field?
How do I connect to oracle?
Where are the settings stored for each instance in oracle?
Explain mutating triggers.
Can multiple cursors being opened at the same time?
Is postgres faster than oracle?
What is hot backup and logical backup?