Which statement is true about the execution of the command?

Your database is running in NOARCHIVING mode.
Examine the following parameters:

You execute the following command after performing a STARTUP MOUNT:
SQL> ALTER DATABASE ARCHIVELOG;
Which statement is true about the execution of the command?

Your database is running in NOARCHIVING mode.
Examine the following parameters:

You execute the following command after performing a STARTUP MOUNT:
SQL> ALTER DATABASE ARCHIVELOG;
Which statement is true about the execution of the command?

A.
It executes successfully and sets the Fast Recovery Area as the local archive destination.

B.
It executes successfully and issues a warning to set LOG_ARCHIVE_DEST while opening the database.

C.
It fails and returns an error about LOG_ARCHIVE_DEST not being set.

D.
It executes successfully and sets $ORACLE_HOME/dbs as the default archive destination.



Leave a Reply 8

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


Richard

Richard

The correct answer should be A.

– If you configure a Fast Recovery Area (by setting the DB_RECOVERY_FILE_DEST and DB_RECOVERY_FILE_DEST_SIZE parameters) and do not specify any local archive destinations, the database automatically selects the Fast Recovery Area as a local archive destination and sets LOG_ARCHIVE_DEST_1 to USE_DB_RECOVERY_FILE_DEST.

Steph

Steph

but they didn’t configure DB_RECOVERY_FILE_DEST_SIZE

notme

notme

Specifying this parameter without also specifying the DB_RECOVERY_FILE_DEST_SIZE initialization parameter is not allowed.

Diego

Diego

if DB_RECOVERY_FILE_DEST is set, DB_RECOVERY_FILE_DEST_SIZE cannot be to ZERO then I assume that DB_RECOVERY_FILE_DEST_SIZE is set.
Answer is A for me

Diego

Diego

if DB_RECOVERY_FILE_DEST is set, DB_RECOVERY_FILE_DEST_SIZE cannot be to ZERO then I assume that DB_RECOVERY_FILE_DEST_SIZE is set.
Answer is A for me

Diego0000001

Diego0000001

if DB_RECOVERY_FILE_DEST is set, DB_RECOVERY_FILE_DEST_SIZE cannot be to ZERO then I assume that DB_RECOVERY_FILE_DEST_SIZE is set.
Answer is A for me