zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-89题-665

    QUESTION 89

    Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.)

    A. The ADR base keeps all diagnostic information in binary format

    B. SQL*Plus provides the ADRI script, which can be used to work with ADR

    C. The ADR can be used for problem diagnosis only when the database is open

    D. The ADR can be disabled by settting the DIAGNOSTIC_DEST parameter to null

    E. The ADR can be used for problem diagnosis even when the database instance is down

    F. The ADR base is shared across multiple instances

    Answer: EF

    同665题:http://blog.csdn.net/rlhua/article/details/14527557


    Explanation/Reference:

    Section: Database Architecture & Resource Management, RAC, ASM

    Automatic Diagnostic Repository (ADR)

    The ADR is a file-based repository for database diagnostic data such as traces, dumps, the alert log, health

    monitor reports, and more. It has a unified directory structure across multiple instances and multipleproducts.

    Beginning with Release 11g, the database, Oracle Automatic Storage Management (Oracle ASM), the listener,

    and other Oracle products or components store all diagnostic data in the ADR. Each instance of each product

    stores diagnostic data underneath its own home directory within the ADR. For example, in an Oracle Real

    Application Clusters environment with shared storageand Oracle ASM, each database instance and each

    Oracle ASM instance has an ADR home directory. ADR's unified directory structure, consistent diagnostic data

    formats across products and instances, and a unified set of tools enable customers and Oracle Support to

    correlate and analyze diagnostic data across multiple instances.

    Note:

    Beginning with Release 11g of Oracle Database, because all diagnostic data, including the alert log, are stored

    in the ADR, the initialization parameters BACKGROUND_DUMP_DEST and USER_DUMP_DEST are

    deprecated. They are replaced by the initializationparameter DIAGNOSTIC_DEST, which identifies the

    location of the ADR.

    The Automatic Diagnostic Repository (ADR) is a directory structure that is stored outside of the database. It is

    therefore available for problem diagnosis when the database is down.

    The ADR root directory is known as ADR base. Its location is set by the DIAGNOSTIC_DEST initialization

    parameter. If this parameter is omitted or left null, the database sets DIAGNOSTIC_DEST upon startup as

    follows:

    * If environment variable ORACLE_BASE is set, DIAGNOSTIC_DESTis set to the directory designated by

    ORACLE_BASE.

    * If environment variable ORACLE_BASE is not set, DIAGNOSTIC_DEST is set to ORACLE_HOME/log.

  • 相关阅读:
    Jquery之高亮显示
    JS之旋转轮播图
    JS之手风琴效果
    JS之评价页面点亮星星进行评价
    JS之京东淘宝图片放大镜效果
    JS之表单验证
    JS之拖拽案例
    禁止文本选中
    大数据告诉你:学历真的能改变命运
    hadoop的自定义分组实现 (Partition机制)
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316038.html
Copyright © 2011-2022 走看看