In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to install oracle10 under solaris 10/x86. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.
First, download first
Solarisx86_CCD_10_1_0_3_Disk1.cpio.gz
Solarisx86_CLIENT_10_1_0_3_Disk1.cpio.gz
Solarisx86_CRS_10_1_0_3_Disk1.cpio.gz
Solarisx86_DB_10_1_0_3_Disk1.cpio.gz
Then take a look at the quick installation guide for oracle 10g for solaris/x86. The guide says it must be solaris 9 (mine is 10), memory can not be less than 512m, swap partition size, / tmp partition size, free space my machine meets. Does not meet two software requirements:
SUNWi1cs and SUNWi15cs are not installed. Some patches are required and can be downloaded from: http://sunsolve.sun.com/. I use solaris 10/x86, so I don't make any patches.
Second, users and groups, oinstall and dba groups, and oracle users must be created.
Groupadd oinstall
Groupadd dba
Useradd-g oinstall-G dba oracle
Passwd oracle
Establish the base directory and database directory of oracle
Mkdir-p / export/home/app/oracle
Mkdir / export/home/oradata
Change the owner and group of the directory
Chown-R oracle:oinstall / export/home/app/oracle
Chown-R oracle:oinstall / export/home/oradata
Change directory permissions
Chmod-R 775 / export/home/app/oracle
Chmod-R 775 / export/home/oradata
Third, set kernel parameters
Sysdef | grep SEM
Sysdef | grep SHM
I follow these steps to adjust
Cd / etc
Cp system system.orig
Gedit system
Add the following:
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_semmni=100
Start over again
Setting up the oracle environment
After logging in as root
Su-oracle
Enter / export/home/app/oracle
Create a file .profile
Content such as: umask=022
Run:
. . / .profile
ORACLE_BASE=/export/home/app/oracle
ORACLE_SID=sales
Export ORACLE_BASE ORACLE_SID
Env | more to see if it is correct?
5. Installation
I enter / home/yansw
Gunzip solarisx86_DB_10_1_0_3_Disk1.cpio.gz
Cpio-idcmv
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.