OCP-1Z0-052-V8.02-71题

71. You configured the Flash Recovery Area for your database. The database instance has been started

in ARCHIVELOG mode and the LOG_ARCHIVE_DEST_1 parameter is not set.

What will be the implications on the archiving and the location of archive redo log files? 


A.Archiving will be disabled because the destination for the redo log files is missing.

B.The database instance will shut down and the error details will be logged in the alert log file.

C.Archiving will be enabled and the destination for the archived redo log file will be set to the Flash

Recovery Area implicitly. 

D.Archiving will be enabled and the location for the archive redo log file will be created in the default

location $ORACLE_HOME/log.

Answer: C  

答案解析:

参考:http://blog.csdn.net/rlhua/article/details/12616383



实例会将联机重做日志组视为一个可在其中存储事务处理信息的循环缓冲区,因而会填充

一个组,然后转到下一个组。写入所有组后,实例开始覆盖第一个日志组中的信息。

要对数据库进行配置,以使其具有最大可恢复性,必须指示数据库在允许覆盖重做信息之

前生成联机重做日志组的副本。这些副本称为“归档日志”。

要简化归档日志文件的创建过程,请执行以下操作:

1. 指定归档日志的命名惯例。

2. 指定用于存储归档日志的一个或多个目标位置。其中一个目标位置可以是快速恢复区。

3. 将数据库置于ARCHIVELOG模式。

注:如果使用了快速恢复区,则无需执行步骤 1  和2。

将数据库置于ARCHIVELOG模式之前,该目标位置应该已存在。如果将某个目录指定为

一个目标位置,目录名的末尾应加上斜杠。


默认情况下,如果启用了快速恢复区,则指定USE_DB_RECOVERY_FILE_DEST作为归

档日志文件目标位置。归档日志文件最多可以写入十个不同的目标位置。目标位置可以是

本地目标位置(目录),也可以是远程目标位置(备用数据库的Oracle Net 别名)。