Multiple choice technology databases

When the database is in ARCHIVELOG mode, database recovery is possible up to which event or time?

  1. The last redo log file switch

  2. The last checkpoint position

  3. The last commit

  4. The last incremental backup using RMAN

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In ARCHIVELOG mode, archived redo logs enable point-in-time recovery to any committed transaction. You can recover the database up to and including the last commit before a failure.