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

    681. The environmental variable ORACLE-BASE is set.  You want to check the diagnostic files created as

    part of the Automatic Diagnostic Repository (ADR). Vi ew the Exhibit and note the various parameters set

    in your database.  

     

    What will be the location of the ADR base?

    A.It is set to ORACLE-BASE.

    B.It is set to ORACLE_HOME/log.

    C.It is set to /u01/app/ oracle/admin/orcl/adump.

    D.It is set to /u01/app/oracle/flash_recovery_area.

    Answer: C 

    答案解析:

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

    既然题中已经说明The environmental variable ORACLE-BASE is set,那么

    根据If environment variable ORACLE_BASE is set, DIAGNOSTIC_DEST is set to the directory designated by ORACLE_BASE.

    此题应该选A。


    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.

    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_DEST is set to the directory designated by ORACLE_BASE.

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


       
  • 相关阅读:
    js中的replace 回车符
    HttpHandler 读取Session
    [原]vs2005 修改新增文件时的默认编码方式
    系统托盘NotifyIcon控件及右键菜单功能
    addAttribute
    gpibCmd
    deviceFactory
    string is
    TitledMotorEntry TitledFrame MotorViewEntry TitleMotorEntry
    IOC port
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316256.html
Copyright © 2011-2022 走看看