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 privilege is needed for a user to connect to oracle server?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
What is a recycle bin in oracle?
What is a snapshot log?
Does oracle database need java?
What is a shared pool?
Explain user account with reference to oracle.
What is the difference between post-database commit and post-form commit?
How to import one table back from a dump file?
what is main def between plsql/table and array?
What is columnar storage what is the advantage?
Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)