【关键词】Flash recovery area,快速闪回区,归档日志,archive
613.You want to use the automatic management of backup and recovery operations features for your database.
Which configuration must you set?
A. Enable the flash recovery area and specify it as the archived redo log destination.
B. Disable the flash recovery area and start the database instance in ARCHIVELOG mode.
C. Enable the flash recovery area but do not specify it as the archived redo log destination.
D. Disable the flash recovery area and start the database instance in NOARCHIVELOG mode.
【题目示意】
题目实际考察的是flash recovery area的相关知识
【解析】
flash recovery area是10G以上版本的新特性,减轻DBA的工作负担,可以自动管理备份恢复文件。
flash recovery area可以自动管理备份控制文件,在线重做日志,归档日志,闪回日志,RMAN备份。
flash recovery area内有两种文件,一种文件是永久文件,这些文件是当前数据库实例正在使用的。一种文件是暂时的,这些文件将会因为备份策略或者完成备份后删除
oracle建议将快速闪回去作为archived redo log 作为存档位置,因为归档日志是自动管理的。
【实验】
1、查看快速闪回区的参数,设置快速闪回区参数
2、启动闪回功能
3、取消闪回恢复区
【小结】
如果想使用oracle自动备份恢复管理,要启用快速闪回区,并且将归档日志存档位置指定为快速闪回区。
【答案】
A
相关参考:
http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmconfb.htm#BRADV8183
http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmconfb.htm#BRADV89431
http://docs.oracle.com/cd/E11882_01/server.112/e40402/initparams125.htm#REFRN10086
DB_Loki
2014-01-28
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26751012/viewspace-1076304/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/26751012/viewspace-1076304/