zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-665题

    665.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

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e25494/diag.htm#ADMIN11261


    Structure, Contents, and Location of the Automatic Diagnostic Repository

    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.

    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 multiple products. 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 storage and 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.


     
  • 相关阅读:
    linux 免交互状态下修改用户密码
    Sqlmap基础(一)
    cmd命令行指定系统延迟关机时间
    Shell 是个什么玩意
    Linux Shell脚本入门:tee命令
    shell脚本 -d 是目录文件,那么-e,-f等说明
    修改linux终端命令行颜色
    Linux 动画显示
    OpenVAS漏洞扫描基础教程之OpenVAS概述及安装及配置OpenVAS服务
    Curl命令使用
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316449.html
Copyright © 2011-2022 走看看