标签:style blog http os io strong ar 文件 数据
17.You configure AUTOBACKUP to ON in an RMAN session. When will RMAN back up the control file?
(Choose all that apply.)E. When you specify the INCLUDING CONTROLFILE clause
原答案:A 明显错误!
正确答案: DE
【解析】
此处的atuobackup on 指:CONFIGURE CONTROLFILE AUTOBACKUP ON。
此时有2种情况会触发自动备份控制文件:
1、数据库结构发生改变,如:新增或删除表空间操作。11g有控制文件自动延迟备份特性,详细参考:
http://blog.chinaunix.net/uid-22948773-id-3347991.html
2、rman命令下执行备份命令 指定INCLUDING CONTROLFILE条件。
OCP试题解析之053-17 CONFIGURE CONTROLFILE AUTOBACKUP ON
标签:style blog http os io strong ar 文件 数据
原文地址:http://blog.csdn.net/indexman/article/details/38882777