Oracle Database 12c: Advanced Administration — Question 107

Your database instance is abnormally terminated because of a power outage. At the next startup, from which point in the redo log does the recovery start?

Answer options

Correct answer: A

Explanation

The recovery process begins from the last complete checkpoint position to ensure that all committed transactions are recovered without any data loss. The other options either start recovery from points that do not guarantee consistency or do not align with how databases manage redo logs during recovery.