Answer Posted / guest
The On-line Redo Log is a set of tow or more on-line redo
files that record all committed changes made to the
database. Whenever a transaction is committed, the
corresponding redo entries temporarily stores in redo log
buffers of the SGA are written to an on-line redo
log file by the background process LGWR. The on-line redo
log files are used in cyclical fashion.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the terms entity, entity type, and entity set in dbms?
What is a key field?
What is record in a database?
What do you understand by database triggers?
What is bcnf?
Write a query to remove duplicate rows from a table?
Why dbms is used?
Can files be stored in a database?
How rdbms is different from dbms?
What are the benefits of modeling?
What is indexing in database with example?
What is a deadlock and mention how it can be resolved?
What is database example?
What is rdbms data?
Why its better to use files than a DBMS when there are multiple users to access the data