• OCP-1Z0-053-V12.02-79题


    79.You executed the following command:

    RMAN> RECOVER COPY OF DATAFILE '/u01/app/oracle/oradata/orcl/users01.dbf';

    Which statement regarding the above command is correct?

    A. The '/u01/app/oracle/oradata/orcl/users01.dbf' data file is recovered from the image copy.

    B. The '/u01/app/oracle/oradata/orcl/users01.dbf' data file is recovered from the last incremental backup.

    C. Image copies of the '/u01/app/oracle/oradata/orcl/users01.dbf' data file are updated with all changes

    up to incremental backup SCN.

    D. Image copies of the '/u01/app/oracle/oradata/orcl/users01.dbf' data file are recovered using the above

    command if data file recovery fails.

    Answer: C

    答案解析:

    参考:恢复映像副本:http://blog.csdn.net/rlhua/article/details/12346829

    RMAN 可使用增量备份来恢复映像副本:
    映像副本会使用截至增量备份SCN 的所有更改来进行更新。
    • 增量备份减少了介质恢复所需的时间。
    • 增量还原之后不需要执行映像副本。
    可使用RMAN 将增量备份应用于数据文件映像副本。
    在这种恢复方法中,你使用RMAN 恢复数据文件的副本,即通过将增量备份应用于映像副本将映像副本前滚(恢复)至指定的时间点。映像副本使用执行增量备份时的SCN 之前的所有更改来进行更新。
    RMAN 使用在介质恢复中得到的更新数据文件,如同使用在该SCN 得到的完全映像副本一样,因此没有每天创建数据库完全映像副本所需的开销。
    下面介绍了将增量备份应用于数据文件映像副本的优点:
    • 由于你只需要应用自上一次增量备份以来的归档日志,因此可以减少介质恢复(使用归档日志)所需的时间。
    • 在增量还原之后不需要执行完全映像副本。
    如果在应用增量备份文件期间恢复过程失败,只需要重新启动恢复过程。在创建映像数据文件副本之前到要停止恢复过程之前的这段时间内,RMAN 自动确定这期间所需应用的增量备份文件。如果RMAN 目录中记录了多个版本的映像副本,RMAN 自动使用最新版
    本的映像副本。如果RMAN 不能将增量备份文件与映像副本合并,则它会报告错误。
  • 相关阅读:
    UVA 11354
    HDU 4081 Qin Shi Huang's National Road System 最小/次小生成树的性质
    UVA 10269 Adventure of Super Mario floyd dp
    UVA 11280 Flying to Fredericton 最短路DP
    【专题】树状数组
    【专题】Subsequence
    共享python代码模块
    完全背包
    POJ 3253 Fence Repair
    POJ 3069 Saruman's Army
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13317062.html
Copyright © 2020-2023  润新知