首页 > 其他 > 详细

ocp-157

时间:2015-10-07 14:47:38      阅读:180      评论:0      收藏:0      [点我收藏+]

QUESTION NO: 157
What will be the result of the following configuration? 下面的配置会是怎样的结果?
Log_archive_dest_1=‘location=c:\oracle\arch\mydb‘
Log_archive_dest_2=‘location=z:\oracle\arch\mydb‘
A. An error will occur during database startup because the second parameter is not valid.
B. An error will occur during database startup since you are trying to create archived redo logs in two
different locations.
C. Archived redo logs will be created in two different locations by the ARCH process.
D. Archived redo logs will be created in two different locations by the LGWR process.
E. Neither parameter setting is valid, so the database will not start up.
Answer: C


下面的配置会是怎样的结果?
Log_archive_dest_1=‘location=c:\oracle\arch\mydb‘
Log_archive_dest_2=‘location=z:\oracle\arch\mydb‘
C. Archived redo logs will be created in two different locations by the ARCH process.
归档进程会将归档重做日志建立在两个不同的位置

归档进程用的就是 ARCH process.


ocp-157

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

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