81.You are managing an Oracle Database 11g database with this backup strategy: - Every Sunday night,

81.You are managing an Oracle Database 11g database with this backup strategy: - Every Sunday night,level 0 backup is performed. - On Monday night and subsequent days,level 1 incremental backup is performed. The backups are not cumulative incremental. Which statement about Monday's backup is true? A.The backup contains all the used blocks. B.The backup contains all the used and unused blocks. C.The backup contains blocks that have changed since the last level 0 backup. D.The backup contains blocks that have changed since the last level 1 backup taken last week. 答案:C 解析:参考80题,这个是1级Incremental Differential 备份,由于周日是0级,因此周1应该在周日的基础上进行 备份,选择C

相关文章

数据库版本:11.2.0.4 RAC(1)问题现象从EM里面可以看到,在23号早上8:45~8:55时,数据库等待会话暴增...
(一)问题背景最近在对一个大约200万行数据的表查看执行计划时,发现存在异常,理论上应该返回100多万...
(一)删除备份--DELETE命令用于删除RMAN备份记录及相应的物理文件。当使用RMAN执行备份操作时,会在RM...
(1)DRA介绍 数据恢复顾问(Data Recovery Advise)是一个诊断和修复数据库的工具,DRA能够修复数据文...
RMAN(Recovery Manager)是Oracle恢复管理器的简称,是集数据库备份(backup)、修复(restore)和恢复...
(1)备份对象 可以使用RMAN进行的备份对象如下: --整个数据库:备份所有的数据文件和控制文件; --数...