oracle10g + SOLARIS9 for x86 + VMware installation steps

Source: Internet
Author: User
Tags dba gz file
Oracle
Turn from: CSDN


Oracle recently released the latest version of oracle10g for Solaris x86, so it was tested and installed in VMware's SOLARIS9.

This article simply records the basic steps of the installation and omits the commands for creating steps such as DBA user groups and Oracle users.
Note that you must be a SOLARIS9 version, at least not explicitly in the document that supports SOLARIS8 or SOLARIS10

1. Download the oracle10g for Solaris x86 installation disk to Oracle's OTN site
Http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/solx86soft.html

2. When the download is complete, get the solarisx86_DB_10_1_0_3_Disk1.cpio.gz file
Extract, Generate Disk1 directory
$ gunzip solarisx86_DB_10_1_0_3_Disk1.cpio.gz
$ CPIO-IDCMV < Solarisx86_db_10_1_0_3_disk1.cpio

3. The required hardware configuration is as follows
Physical Memory (RAM): MB (524288 KB)
#/usr/sbin/prtconf | grep "Memory Size"

Swap space:1 GB (1048576 KB) or twice times ram
#/usr/sbin/swap-s

Disk Space in/tmp:400 MB (409600 KB)
# DF-H/tmp

Disk spaces for Software files:2.5 GB (2621440 KB)
Includes 1 GB (1048576 KB) space reserved for products on the companion CD. The products on the companion CD may not be installed, but Oralce are recommended for installation.
Disk spaces for Database files:1.2 GB (1258290 KB)
# df-h

4. The required software configuration is as follows
The operating system must be Solaris 9
# Uname-r

The following packages must be installed
Sunwarc Sunwlibms sunwi1of
Sunwbtool Sunwsprot Sunwi1cs
Sunwhea Sunwi15cs SUNWLIBM
Sunwtoo sunwxwfnt
# pkginfo-i Sunwarc sunwbtool Sunwhea sunwlibm \
Sunwlibms Sunwsprot Sunwtoo sunwi1of \
Sunwi1cs Sunwi15cs sunwxwfnt

The following patch must be installed
111713-06, SunOS 5.9_x86:shared Library patch for C + +
111728-03, SunOS 5.9_x86:math Library (LIBM) patch
112234-12, SunOS 5.9_x86:kernel Patch
113986-08, SunOS 5.9_x86:linker Patch
115114-02, SunOS 5.9_x86:patch for assembler
116013-02, SunOS 5.9_x86:ps utility patch (Available only to your local Sun solution center)
#/usr/sbin/patchadd-p | grep <patch_number>
If not installed to http://sunsolve.sun.com download and install, install package
Unzip the downloaded zip package to the/var/spool/pkg directory, such as generating the/var/spool/pkg/111713-06 directory, and then
#/usr/sbin/patchadd/var/spool/pkg/111713-06

5. Creating DBA groups and Oracle users

6. Create the/var/opt/oracle directory and change the owner of the catalog to Oracle users
# mkdir-p/var/opt/oracle
# chown Oracle:dba/var/opt/oracle

6. Set the system kernel parameters, which require the following
Semsys:seminfo_semmni 100
Semsys:seminfo_semmns 1024
SEMSYS:SEMINFO_SEMMSL 256
SEMSYS:SEMINFO_SEMVMX 32767
Shmsys:shminfo_shmmax 4294967295
Shmsys:shminfo_shmmni 100
Back up the original file
# Cp/etc/system/etc/system.orig
Edit configuration file
# Vi/etc/system
Add such as downlink
Set semsys:seminfo_semmni=100
Set semsys:seminfo_semmns=1024
Set semsys:seminfo_semmsl=256
Set semsys:seminfo_semvmx=32767
Set shmsys:shminfo_shmmax=4294967295
Set shmsys:shminfo_shmmni=100
Save configuration file

7. Reboot system
# Sync;sync;reboot

8. Log on to the Oracle user and start the installation oracle10g
Runinstaller

9. The following steps are no different from the installation of other operating systems.



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.