For the basic installation process, refer to some installation instructions on the Internet.
To describe the Linux configurations during the installation process, configure the. bash_profile in the Oracle user directory. Post the. bash_profile configuration file of the oracle user under RedHat EL4 as follows:
[Oracle @ s002 ~] $ More. bash_profile
#. Bash_profile
# Get the aliases and functions
If [-f ~ /. Bashrc]; then
.~ /. Bashrc
Fi
# User specific environment and startup programs
ORACLE_BASE =/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME = $ ORACLE_BASE/product/10.1.0/db_11; export ORACLE_HOME
ORACLE_SID = demol; export ORACLE_SID
# NLS_LANG = "SIMPLIFIED CHINESE_CHINA.ZHS32GB18030"; export NLS_LANG
Export LC_CTYPE = en_US.UTF-8
Export LD_ASSUME_KERNEL = 2.6.9
Export ORA_NLS33 = $ ORACLE_HOME/ocommon/nls/admin/data
Export LD_LIBRARY_PATH = $ ORACLE_HOME/lib:/usr/local/lib: $ ORACLE_HOM
E/network/lib
Export CLASSPATH = $ ORACLE_HOME/JRE: $ ORACLE_HOME/jlib: $ ORACLE_HOME/rdbms/jlib
Export PATH = $ PATH:/bin:/usr/sbin:/etc:/opt/bin:/usr/ccs/bin:/usr/openwi
N/bin:/opt/local/GNU/bin
Export PATH = $ PATH:/opt/local/bin:/opt/NSCPnav/bin: $ ORACLE_HOME/bin
Export PATH = $ PATH:/usr/local/samba/bin:/usr/ucb
Export PATH = $ PATH:/usr/local/jre/bin
Alias cdora = "cd $ ORACLE_HOME"
PATH = $ PATH: $ HOME/bin
Export PATH
Unset USERNAME
This setting is not unique. You must modify it according to the installation directory of your database system. The basic changes may be ORACLE_BASE, ORACLE_HOME, this should be set according to your actual situation.
The basic oracle10 installation instructions will be transferred later. Refer to the instructions for step-by-step installation.
The installation has passed the test in REDHAT el4.