Oracle 10g 10.2.0.1 in Oracle Linux 5.4 32Bit RAC installation manual (a touch of Xiangyang), 10.2.0.1 installation manual

Source: Internet
Author: User

Oracle 10g 10.2.0.1 in Oracle Linux 5.4 32Bit RAC installation manual (a touch of Xiangyang), 10.2.0.1 installation manual

Oracle 10g 10.2.0.1 installation manual in Oracle Linux 5.4 32Bit rackets (step by step)

Http://download.csdn.net/detail/rlhua/7699223


How to install ORACLE 10g rac in LINUX and run it normally?

Echo 250 32000 100 128>/proc/sys/kernel/sem set semaphore
Echo 536870912>/proc/sys/kernel/shmmax set the maximum memory usage
Check the size of the swap partition cat/proc/swaps
Modify the swap size (in the/tmp directory)
Dd if =/dev/zero of = tmpswap bs = 1 k count = 522104
Mkswap tmpswap specifies the file to be cached (in the/tmp directory)
Swapon tmpswap enables caching (if you want it to start with the system when it is started, you can add it to/etc/rc. local in the format of swapon/tmp/tmpswap)

Create users, groups, and directories
Groupadd oinstall
Groupadd dba
Useradd-g oinstall-G dba oracle
Mkdir-p/opt/oracle/product/11.0.2
Chown-R oracle. oinstall/opt/oracle
Mkdir/var/opt/oracle
Chown oracle. dba/var/opt/oracle
Chmod 755/var/opt/oracle

Log on to the system as an oracle user to configure the. bash_profile configuration file.
Export ORACLE_BASE =/opt/oracle
Export ORACLE_HOME =/opt/oracle/product/11.0.2
Export ORACLE_SID = testdb
Export ORACLE_TERM = xterm
Export NLS_LANG = AMERICAN
Export ORA_NLS33 = $ ORACLE_HOME/ocommon/nls/admin/data
Export LD_LIBRARY_PATH = $ ORACLE_HOME/lib:/usr/local/lib
Export PATH = $ PATH: $ ORACLE_HOME/bin;
Export CLASSPATH = $ ORACLE_HOME/JRE: $ ORACLE_HOME/jlib: $ ORACLE_HOME/rdbms/jlib
Export CLASSPATH = $ CLASSPATH: $ ORACLE_HOME/network/jlib
After saving and exiting, use the su-user name to switch to another user and then use su-oracle to switch in. Then, your configuration takes effect.

The rest is to log on to the system as an oracle and install oracle on a CD... the rest is full>

Oracle 10g rac can be mounted on redhat63

No problem,
Note: shared storage or ocfs settings
You can search for many complete Installation manuals on the Internet, all of which are full of details.

Related Article

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.