Multiple choice technology databases

Which type of backup would be appropriate in NOARCHIVELOG mode?

  1. Hot backup

  2. Online backup

  3. consistent backup

  4. incremental backup

  5. inconsistent backup

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

In NOARCHIVELOG mode, you can only perform consistent backups (cold backups) while the database is shut down cleanly. Hot or online backups are not possible because redo logs are not archived.