Installation of oracle10g on SOLARIS10

Source: Internet
Author: User
Oracle
1. Modifying the kernel
Vi/etc/system
Set shmsys:shminfo_shmmax=268435456 (native memory is 512M)

Set Shmsys:shminfo_shmmin=1
Set shmsys:shminfo_shmmni=100
Set shmsys:shminfo_shmseg=10
Set semsys:seminfo_semmni=110
Set semsys:seminfo_semmns=310
2. Create users and Groups
# Groupadd DBA
#useradd –g dba–d/export/home/oracle–m Oracle
#passwd Oracle


3. Set the Oracle user's environment parameters
#su –oracle
$vi. Profile # Add Content:
Oracle_base=/export/home/oracle
Oracle_home= $ORACLE _base/product/10.0
oracle_sid=ora10g
Nls_lang=american_america. Zhs16gbk
Path= $ORACLE _home/bin:/bin:/sbin:/usr/ccs/bin:/usr/local/bin
Ld_library_path= $ORACLE _home/lib: $ORACLE _home/network/lib:/usr/local/lib:/usr/lib

Tmpdir=/var/tmp
Export oralce_base oracle_home oracle_sid Nls_lang PATH
Ld_library_path DISPLAY Tmpdir
Umask 022

# display=192.168.0.178:0.0 I will make an error when I install it, then I'll comment


4. Extract Oracle 10g installation package
Change the long file name to sol10g.cpio.gz

#cp Sol10g.cpio.gz/export/home
In the decompression #gunzip sol10g.cpio.gz
#cpio-IVMD <sol10g.cpio

Modify/export/home/disk1/install, modify Oraparam.ini oraparam.var version statement solaris=5.6,5.7,5.8,5.9, 5.10

#添加红色部分 If an error occurs, be aware that you want to view installation errors
5. Installation
Install with an Oracle account
./runinstaller The following steps are simple.


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.