You database is running an ARCHIVELOG mode.<br /> The following parameter are set in your database instance:<br /> LOG_ARCHIVE_FORMAT = arch+%t_%r.arc<br /> LOG_ARCHIVE_DEST_1 = ‘LOCATION = /disk1/archive’<br /> DB_RECOVERY_FILE_DEST_SIZE = 50G<br /> DB_RECOVERY_FILE = ‘/u01/oradata’<br /> Which statement is true about the archived redo log files?()
A、They are created only in the location specified by the LOG_ARCHIVE_DEST_1 parameter.
B、They are created only in the Fast Recovery Area.
C、They are created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and in the default location $ORACLE_HOME/dbs/arch.
D、They are created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and the location specified by the DB_RECOVERY_FILE_DEST parameter.