zoukankan      html  css  js  c++  java
  • 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.



  • 相关阅读:
    Chaos网络库(一) 开篇介绍
    对Oracle中的表进行分区
    java socket编程
    SQL优化
    冒泡排序、选择排序和插入
    集合有趣的地方
    java中String s = new String("abc")创建了几个对象
    集合排序
    接口与抽象类的区别
    软件测试流程
  • 原文地址:https://www.cnblogs.com/lcchuguo/p/5395494.html
Copyright © 2011-2022 走看看