zoukankan      html  css  js  c++  java
  • 052-213(新增70题2018)

    When you try to start the Database Control by using the emctl start dbconsole command the following error is displayed:
    TZ set to America/New_york
    OC4J Configuration issue.
    /u01/app/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_orcl.us.oracle.com not found.
    Which two environment variables do you need to set appropriately to avoid such errors, and start the Database Control
    successfully? (Choose two.)
    A. NLS_LANG
    B. ORACLE_SID
    C. ORACLE_HOME
    D. ORACLE_BASE
    E. LD_LIBRARY_PATH
    Answer: BC

    Understanding the Enterprise Manager Directories

    In particular, the emctl commands required to control Database Control are installed into the $ORACLE_HOME/bin directory.

    ORACLE_BASE

      The location of the Oracle Base where all Oracle software and configuration-related files are stored.
      ORACLE_BASE is the root of the Oracle Database directory tree. The Oracle Base directory is the top level directory that you can use to install the various oracle software products. You can use the same Oracle base directory for multiple installations. For example, /u01/app/oracle is an Oracle base directory created by the oracle user.

    ORACLE_HOME

      The location where products are to be installed. You must enter a value for ORACLE_HOME for a complete silent installation.
      Corresponds to the environment in which Oracle Database products run. If you install an OFA-compliant database, using Oracle Universal Installer defaults, Oracle home (known as $ORACLE_HOME in this guide) is located beneath $ORACLE_BASE. The default Oracle home is db_n where n is the Oracle home number. It contains subdirectories for Oracle Database software executables and network files. See also Oracle home.

     

     

  • 相关阅读:
    JAVA学习(运算符2)
    JAVA学习(运算符)
    Android 手机配office365邮箱
    如何使用思维导图更高效的设计测试用例?(转)
    How to fix broken packages?(转)
    思维导图–云笔记测试的利器(转)
    软件测试中过度设计的那些事儿(转)
    基于矩阵模式的 Web 软件测试手段(转)
    Github原理
    GitHub 教程 in Ubuntu
  • 原文地址:https://www.cnblogs.com/Babylon/p/8607890.html
Copyright © 2011-2022 走看看