zoukankan      html  css  js  c++  java
  • Block Media Recovery, BMR

    ocp 053:

    399.Which of the following is not an advantage of block media recovery (BMR)?

    A. Reduced MTTR.

    B. Datafiles remain offline while corrupt blocks are repaired.

    C. Datafiles remain online while corrupt blocks are repaired.

    D. A and C

    Answer: B

    答案解析:

    根据

    • Lowers the mean time to recover (MTTR) because only blocks needing recovery are restored and recovered

    • Enables affected data files to remain online during recovery

    B不是block media recovery (BMR)所特有的。

    block media recovery

    The recovery of specified blocks within a data file with the Recovery Manager RECOVER ... BLOCK command. Block media recovery leaves the affected data files online and restores and recovers only the damaged or corrupted blocks.

    Purpose of Block Media Recovery

    You can use block media recovery to recover one or more corrupt data blocks within a data file. Block media recovery provides the following advantages over data file media recovery:

    • Lowers the mean time to recover (MTTR) because only blocks needing recovery are restored and recovered

    • Enables affected data files to remain online during recovery

      Without block media recovery, if even a single block is corrupt, then you must take the data file offline and restore a backup of the data file. You must apply all redo generated for the data file after the backup was created. The entire file is unavailable until media recovery completes. With block media recovery, only the blocks actually being recovered are unavailable during the recovery.

    Block media recovery is most useful for physical corruption problems that involve a small, well-known number of blocks. Block-level data loss usually results from intermittent, random I/O errors that do not cause widespread data loss, and memory corruptions that are written to disk. Block media recovery is not intended for cases where the extent of data loss or corruption is unknown and the entire data file requires recovery. In such cases, data file media recovery is the best solution.

  • 相关阅读:
    Idea打包问题
    centos问题总结
    Linux CentOS7 系统目录详解
    centos下修改文件后如何保存退出
    利用windows上的VMware安装CentOS7
    VMware安装系统出现Operating System not found 解决方案
    mybatis 0 变成null问题
    Shiro权限前端调用302重定向
    java版本
    产品画原型工具放入到托管平台
  • 原文地址:https://www.cnblogs.com/gispf/p/3806307.html
Copyright © 2011-2022 走看看