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.

     

     

  • 相关阅读:
    素数推断算法(高效率)
    Hibernate的fetch
    TRIZ系列-创新原理-22-变害为利原理
    Offer是否具有法律效力?
    浅谈C++多态性
    C语言scanf函数详解
    大话设计模式之原型模式
    Android源码文件夹结构
    简单的REST的框架实现
    android startActivityForResult的用法
  • 原文地址:https://www.cnblogs.com/Babylon/p/8607890.html
Copyright © 2011-2022 走看看