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.

  • 相关阅读:
    身份证、姓名、手机号、地址、邮箱脱敏处理
    使用Document解析xml
    java_获取某年开始和结束时间
    java_获取某月开始和结束时间
    java_获取本周开始和结束时间
    java_获取明天开始和结束时间
    java_获取昨天开始和结束时间
    java_获取今天开始和结束时间
    java_给时间加上几天/几小时/几分钟
    在Ue4里面使用自定义鼠标
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316038.html
Copyright © 2011-2022 走看看