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.

  • 相关阅读:
    二分查找LintcodeNo14
    二次排序LincodeNo.846
    github常用操作
    ubuntu18.04 Testlink安装 配置
    树莓派4B安装ffmpeg
    ubuntu18.04下基于XAMPP的Testlink安装部署
    使用rsync同步服务器和NFS数据
    Pandas Cheat Sheet
    【转】Makefile常用万能模板(包括静态链接库、动态链接库、可执行文件)
    gitlab cd ci
  • 原文地址:https://www.cnblogs.com/gispf/p/3806307.html
Copyright © 2011-2022 走看看