Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Oracle Installation

Server Preparation / OS installation


OS Preparation for Oracle Installation
1. Kernel Parameter setup
Make changes in /etc/sysctl.conf
fs.suid_dumpable = 1
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048586
Run the following command to change the current kernel parameters.
/sbin/sysctl -p
2. Security Limits Setup
Add the following lines to the "/etc/security/limits.conf" file.
oracle
oracle
oracle
oracle
oracle

soft
hard
soft
hard
soft

nproc
nproc
nofile
nofile
stack

2047
16384
4096
65536
10240

3. RPM packages installation


rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm
rpm

-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh
-Uvh

binutils-2.*
compat-libstdc++-33*
compat-libstdc++-33*.i386.rpm
elfutils-libelf*
gcc-4.*
gcc-c++-4.*
glibc-2.*
glibc-common-2.*
glibc-devel-2.*
glibc-headers-2.*
ksh*
libaio-0.*
libaio-devel-0.*
libgomp-4.*
libgcc-4.*
libstdc++-4.*
libstdc++-devel-4.*
make-3.*
sysstat-7.*
unixODBC-2.*
unixODBC-devel-2.*
numactl-devel-

4. Users
groupadd
groupadd
groupadd
groupadd

and groups setup


oinstall
dba
oper
asmadmin

useradd -g oinstall -G dba,oper,asmadmin oracle


passwd oracle
5. Directories and permissions setups
Oracle Installation
1. Install RDBMS
========================================================
RAC Installation

You might also like