Which is the correct sequence of steps for accomplishing the task

You want to enable archiving on your database. Presently, the database is running in
NOARCHIVELOG mode. Given below are the steps to accomplish the task in random order:
1. Shut down the instance. 2. Execute the ALTER DATABASE ARCHIVELOG command. 3.
Start up the instance and mount the database. 4. Set the DB_RECOVERY_FILE_DEST
initialization parameter to $ORACLE_HOME/dest_1. 5. Open the database. Which is the
correct sequence of steps for accomplishing the task

You want to enable archiving on your database. Presently, the database is running in
NOARCHIVELOG mode. Given below are the steps to accomplish the task in random order:
1. Shut down the instance. 2. Execute the ALTER DATABASE ARCHIVELOG command. 3.
Start up the instance and mount the database. 4. Set the DB_RECOVERY_FILE_DEST
initialization parameter to $ORACLE_HOME/dest_1. 5. Open the database. Which is the
correct sequence of steps for accomplishing the task

A.
1, 3, 4, 5, 2

B.
1, 3, 2, 5; 4 not required

C.
4, 1, 5, 2; 3 not required

D.
1, 3, 4, 5; 2 not required

E.
4, 1, 3, 2, 5



Leave a Reply 4

Your email address will not be published. Required fields are marked *


jesusandala

jesusandala

4 is not required.