Multiple choice technology databases

C-EMS Oracle database is configured as NO ARCHIVELOG mode.

  1. True

  2. False

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

The statement that C-EMS Oracle database is configured as NO ARCHIVELOG mode is false. ARCHIVELOG mode is essential for production databases as it enables point-in-time recovery and online backups. NO ARCHIVELOG mode would severely limit recovery options and is not appropriate for a production database environment. The correct configuration would be ARCHIVELOG mode.