Red Hat 8.1 Installation Manual Page 6

  • Download
  • Add to my manuals
  • Print
  • Page
    / 19
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 5
# Russian russian
# Simplified Chinese "simplified chinese"
# Slovak slovak
# Swedish swedish
# Thai th
# Traditional Chinese "traditional chinese"
# Turkish turkish
# (Include the quotes in the NLS_LANG value, if they are included in the above listing)
NLS_LANG=american; export NLS_LANG
ORACLE_TERM=vt100; export ORACLE_TERM
PATH=$ORACLE_HOME/bin:$PATH; export PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib
# For each <product>, set the CLASSPATH environment
# variable to include any product-specific jlib directories:
# CLASSPATH=$CLASSPATH:$ORACLE_HOME/<product>/jlib
# If using OCI and thin JDK 11x JDBC drivers, append the
# following path to the previous CLASSPATH definition:
# $ORACLE_HOME/jdbc/lib/classes111.zip
# If using OCI and thin JDK 102 JDBC drivers, append the
# following path to the previous CLASSPATH definition:
# $ORACLE_HOME/jdbc/lib/classes102.zip
# If installing JDBC, uncomment the following line:
# LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/jdbc/lib
# If using interMedia Text, uncomment the next line:
# LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/ctx/lib
export CLASSPATH
#
# The definition for umask is needed only if umask does not default to 022. The current
# umask value can be displayed by typing the command:
umask
umask 022
# On the server where the Oracle database will be installed, set the DISPLAY environment
# variable to the machine name (or IP address) of your own workstation (NOT the system
# where Oracle is being installed on!), the X server, and the screen being used. If you are
# not sure of what the X server and the screen should be set to, use 0 for both. If you get an
# Xlib error similar to "Failed to connect to server" or
# "Connection refused by server" when starting the OUI, enter the following command in your
# workstation's session:
xhost +<server_machine_name>
# The following example assumes that you're installing the Oracle server on your workstation;
# Substitute the correct machine name, IP address, X server, and screen for the following
# `uname -n` if this is not so:
DISPLAY=`uname -n`:0.0; export DISPLAY
(In order for another local user (other than oracle) to access the database, they will need the
same definitions in theiR .bash_profile file, as were created for the oracle software owner.
An alternative is to place shell scripts in /etc/profile.d, as these scripts are automatically
executed system-wide by all users).
Page view 5
1 2 3 4 5 6 7 8 9 10 11 ... 18 19

Comments to this Manuals

No comments