• 053第495题


    495.Which statement is true regarding the VALIDATE DATABASE command?
    A. It checks the database for intrablock corruptions only.
    B. It checks for block corruption in the valid backups of the database.
    C. It checks the database for both intrablock and interblock corruptions.
    D. It checks for only those corrupted blocks that are associated with data files.
    Answer: A


    For very important databases, you may want to execute additional proactive checks (possibly daily
    during low peak interval periods). You can schedule periodic health checks through the Health
    Monitor or by using the RMAN VALIDATE command. In general, when a reactive check detects
    failure(s) in a database component, you may want to execute a more complete check of the affected
    component.
    The RMAN VALIDATE DATABASE command is used to invoke health checks for the database and
    its components. It extends the existing VALIDATE BACKUPSET command. Any problem detected
    during validation is displayed to you. Problems initiate the execution of a failure assessment. If a
    failure is detected, it is logged into ADR as a finding. You can use the LIST FAILURE command to
    view all failures recorded in the repository.
    The VALIDATE command supports validationof individual backup sets and data blocks. In a
    physical corruption, the database does not recognize the block at all. In a logical corruption, the
    contents of the block are logically inconsistent. By default, the VALIDATE command checks for
    physical corruption only. You can specify CHECK LOGICAL to check for logical corruption as well.
    Block corruptions can be divided into interblock corruption and intrablock corruption. In intrablock
    corruption, the corruption occurs within the block itself and canbe either physical or logical
    corruption. In interblock corruption, the corruption occurs between blocks and can be only logical
    corruption. The VALIDATE command checks for intrablock corruptions only.



  • 相关阅读:
    如何寻找第二大轮廓
    基础_模型迁移_CBIR_augmentation
    基础_模型迁移_CBIR_augmentation
    MQ通道配置
    WebSphere MQ 入门指南
    P2P小贷网站业务数据流程分享
    发博客后自动同步摘要到新浪微博
    Linux Shell脚本攻略 读书笔记
    Linux Shell 文本处理工具集锦
    Berkeley 四种产品如何选择?
  • 原文地址:https://www.cnblogs.com/lcchuguo/p/5395494.html
Copyright © 2020-2023  润新知