Multiple choice technology databases To place the database into ARCHIVELOG mode, in which state must you start the database? MOUNT NOMOUNT OPEN SHUTDOWN Any of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation To switch an Oracle database to ARCHIVELOG mode, the database must be started and mounted, but not open. The command ALTER DATABASE ARCHIVELOG requires the instance to be in the MOUNT state.