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 |
How can I see all tables in oracle?
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
Explain oracle’s system global area (sga).
What are joins, explain all types of joins?
What is the difference between alert log file and tarce file ?
Ho to insert no. of records at a time..i mean i want to insert 100 records at a time into a table
How to connect to a local oracle 10g xe server?
Explain the use of rows option in imp command.
What is the best way to do multi-row insert in oracle?
How do I find my oracle client driver version?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What's dateware house and what's clustor with practicle example