State some uses of redo log files?
Answer / Nikhil Claudius
Redo log files in Oracle are used for data recovery and ensuring database consistency. They record every change made to the database, allowing for rollback and commit operations. Additionally, they are essential for instance recovery after a crash or system failure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we choose emp number as primarykey?
which sql command we can use to get a print out from oracle?
What are triggers in oracle?
How to omit columns with default values in insert statement in oracle?
How do I reset a sequence in oracle?
can you write commit in triggers?
What is connection pooling in oracle?
What do you understand by a database object?
Calculate difference between 2 date / times in oracle sql?
how many types of index?
What are the differences between char and nchar in oracle?
what is the output of select * from emp where null=null & select * from emp where 1=1