首页 > 其他 > 详细

ocp-108

时间:2015-10-05 11:43:04      阅读:226      评论:0      收藏:0      [点我收藏+]

QUESTION NO: 108
You want to set the following Initialization parameters for your database Instance
LOG_ARCHIVE_DEST_1 = ?LOCATION=/disk1/arch‘
LOG_ARCHIVE_DEST_2 = ?LOCATION=/disk2/arch‘
LOG_ARCHIVB_DEST_3 = ?LOCATION=/disk3/arch‘
LOG_ARCHIVE_DEST_4 = ?LOCATION=/disk3/arch‘
Identify the statement that correctly describes this setting.
A. The MANDATORY location must be a flash recovery area.
B. The optional destinations may not use the flash recovery area.
C. This setting is not allowed because the first destination is not set as MANDATORY.
D. The online redo log file is not allowed to be overwritten if the archived log cannot be created in the
fourth destination. 联机重做日志文件是不允许被覆盖,如果归档记录不能创建在第四目的地
Answer: D


你想为你的数据库实例设置初始化参数如下
LOG_ARCHIVE_DEST_1 = ?LOCATION=/disk1/arch‘
LOG_ARCHIVE_DEST_2 = ?LOCATION=/disk2/arch‘
LOG_ARCHIVB_DEST_3 = ?LOCATION=/disk3/arch‘
LOG_ARCHIVE_DEST_4 = ?LOCATION=/disk3/arch‘

对此设置语句的正确描述是:

D. 联机重做日志文件是不允许被覆盖,如果归档记录不能创建在第四目的地


ocp-108

原文:http://blog.csdn.net/xuejiayue1105/article/details/48912705

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!