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 |
How to loop through data rows in the implicit cursor?
How do we create privileges in oracle?
What is Water Mark in Oracle?
what is meant by magic query
How do we get field details of a table?
What is the sql query to concatenate column values from multiple rows in oracle?
how many outer joins are used in a single sql query? is there any limitations for using of outer joins?
2 Answers BOB Technologies, Cap Gemini, IBM,
Is rowid unique in oracle?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
How do I call oracle stored procedures that take no parameters?
How do I uninstall oracle 11g?
what is difference between DBMS and RDBMS?