Oracle 11gR2 Database installation prerequisties for Solaris 10
Hi Guys,
Am newbie, this is my first post. I hope this would be helpful. Comment if any correction or suggestion in this.
1) Required Packages: (Must install for Oracle 11g R2 installation)
SUNWarc, SUNWbtool, SUNWhea, SUNWi15cd, SUNWi1cs, SUNWi1of, SUNWlibC, SUNWlibm, SUNWlibms, SUNWsprot, SUNWtoo, SUNWgcc, SUNWmfrun, SUNWpool, SUNWpoolr, SUNWuiu8, SUNWxwdv, SUNWxwfnt, SUNWxwplt
1.1) To check whether installed :
# pkginfo -i <package_Name>
1.2) To install package:
# pkgadd -d <location of package> <package_name 1> <package_name 2> <package_name n>
2) Configuring kernel parameters:
# vi /etc/system (Add following lines to it)
set shmsys:shminfo_shmmax = 4294967295
set shmsys:shminfo_shmmin = 1
set shmsys:shminfo_shmmni = 100