What is a Redo Log ?
Answers were Sorted based on User's Feedback
Answer / santosh sagar
Redo Log buffers are the files in oracle architecture which
keeps the track of transactions being done on the database.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / orawhiz
The set of Redo Log files for a database is collectively
known as the database's redo log.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nishi
The most crucial structure for recovery operations is the redo log, which consists of two or more preallocated files that store all changes made to the database as they occur. Every instance of an Oracle Database has an associated redo log to protect the database in case of an instance failure.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of databases?
Explain an extent?
13. Display the second to fifth characters in each client name.
How to enter a new row into a table interactively?
What is a Schema ?
What is tns name?
How to invoke the data pump export utility?
What privilege is needed for a user to connect to oracle server?
What is the CAP theorem?
How many types of table in Oracle?
How many anonymous blocks can be defined?
What are the advantages of Views ?