Your database is opened in NOARCHIVELOG mode. You decide to place the database in ARCHIEVELOG mode. How would you do this? ( Choose two)
Execute the ALTER DATABASE ARCHIVELOG statement
Select ARCHIVELOG option in database control and restart the database to apply the changes.
Shutdown and restart the instance, and in NOMOUNT state execute the ALTER DATABASE ARCHIVELOG statement.
Shutdown and restart the instance mount the database and execute the ALTER DATABASE ARCHIVELOG statement.