Which statement is true in this situation?

You are in the middle of a transaction updating a very important table. The machine on which a database was running reboots because of power outage. This caused a database instance failure.
Which statement is true in this situation?

You are in the middle of a transaction updating a very important table. The machine on which a database was running reboots because of power outage. This caused a database instance failure.
Which statement is true in this situation?

A.
The online redo log files and archived redo log files are required to accomplish the recovery

B.
The uncommitted transaction is rolled back automatically at the next opening of the database

C.
The DBA has to perform the recovery on the database to recover the uncommitted transaction

D.
The uncommitted transaction will be committed at the next startup of the database instance



Leave a Reply 2

Your email address will not be published. Required fields are marked *


seenagape

seenagape

I have the same idea. B

awing

awing

Instance Recovery is done automatically during the reboot, the records on the online redo log file are replayed and the committed txs are written to datafile by DBWR and the uncommitted txs are rolled back.