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 schema?
41 Answers Bodhi Global Services, Cognizant, HCL,
How to run the anonymous block again?
Explain the difference between a procedure and a function? What do you understand by those terms?
Explain the types of exception?
How to login to the server without an instance?
Explain an index?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
hai, when to use char and varchar2....?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
What is system tablespace?
How do you rate yourself in oracle and sql server ?
What is the disadvantage of User defind function?