Multiple choice technology databases Which of the following commands places the database in ARCHIVELOG mode? ALTER SYSTEM ARCHIVELOG; ALTER DATABASE ARCHIVELOG; ALTER SYSTEM SET ARCHIVELOG=TRUE; ALTER DATABASE ENABLE ARCHIVELOG MODE; ALTER DATABASE ARCHIVELOG MODE; Reveal answer Fill a bubble to check yourself B Correct answer Explanation ALTER DATABASE ARCHIVELOG is the correct SQL command to enable ARCHIVELOG mode. This requires the database to be mounted but not open, and is typically followed by a backup.