Answer Posted / 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 |
Post New Answer View All Answers
What is execute immediate in oracle?
How do I uninstall oracle client from windows?
how the indexes are stored in the Oracle Database?
What is a sub query? What are its various types?
What is data file?
What is blob data type in oracle?
Explain the use of rows option in imp command.
What is a read write transaction in oracle?
What is the use of oracle?
What is the usage of save points in oracle database?
What is the difference between a primary key & a unique key?
How to drop an existing view in oracle?
How to rebuild an index in oracle?
Please explain drop constraint oracle?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.