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 |
Explain the family trees and connection by clause
How would you change old and new values in an insert, delete and update triggers?
What privilege is needed for a user to create tables in oracle?
how to unbreak sequence numbers during intereptions
Explain about achiever in sql?
What are the different types of synonyms?
How to omit columns with default values in insert statement in oracle?
How do you tell what your machine name is and what is its IP address?
What is integrity and what is constraint??Explain with example
What is a deadlock in SQL? How can you prevent it?
What are named parameters?
What are the type of Synonyms?