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.

  • 相关阅读:
    知识:CSS 词汇表(中英对照)_CSS Vocabulary
    js基础学习笔记(三)
    js基础学习笔记(二)
    js基础学习笔记(一)
    自己写的一个分页控件类(WinForm)
    JS判断浏览器是否支持某一个CSS3属性
    JavaScript用JQuery呼叫Server端方法
    ASP.NET MVC中的Json Binding和Validate
    ASP.NET Web Forms的改进
    8 种提升ASP.NET Web API性能的方法
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316038.html
Copyright © 2011-2022 走看看