Install some configuration files for Oracle 10 Gb in Linux

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.