Oracle 10G Installations
Oracle 10G Installations
Binutils-2.15.92.0.2-10.EL4
Compat-db-4.1.25-9
Control-center-2.8.0-12
Gcc-3.4.3-9.EL4
Gcc-c++-3.4.3-9.EL4
Glibc-2.3.4-2
Glibc-common-2.3.4-2
Gnome-libs-1.4.1.2.90-44.1
Libstdc++-3.4.3-9.EL4
Libstdc++-devel-3.4.3-9.EL4
Make-3.80-5
Pdksh-5.2.14-30
Sysstat-5.0.5-1
Xscreensaver-4.18-5.rhel4.2
Also ensure to install the libaio-0.3.96 RPM or a newer version! Otherwise the
OUI prerequisite check will fail.
Compat-db-4.1.25-9.x86_64.rpm \
ORBit-0.5.17-14.x86_64.rpm \
Gtk+-1.2.10-33.x86_64.rpm \
Imlib-1.9.13-23.x86_64.rpm \
Libpng10-1.0.16-1.x86_64.rpm \
Gdk-pixbuf-0.22.0-16.el4.x86_64.rpm \
Libungif-4.1.3-1.x86_64.rpm
For Oracle10g, the following kernel parameters have to be set to values greater than
or equal to the recommended values which can be changed in the proc file system:
shmmax = 2147483648
shmmni = 4096
shmall = 2097152
shmseg = 10
semmsl = 250
semmns = 32000
semopm = 100
semmni = 128
file-max = 65536
rmem_default = 262144
rmem_max = 262144
wmem_default = 262144
wmem_max = 262144
su – root
groupadd dba
groupadd oinstall
passwd oracle
mkdir -p /u01/app/oracle
mkdir -p /u02/oradata/orcl
Execute the following commands for the Bash shell which is the default shell on Red
Hat Linux (to verify your shell run: echo $SHELL):
su – oracle
export ORACLE_BASE=/u01/app/oracle
export ORACLE_SID=orcl
Installing Oracle10g
su - root
mount /media/cdrom
Before you execute runInstaller, make sure the Oracle environment variables are
set, see Setting Oracle Environments. You can verify the settings by running the set
command:
su – oracle
oracle$ set
To execute runInstaller from the mounted CD, run the following command as the
oracle user:
oracle$ /mnt/cdrom/runInstaller
The following example shows how to install x86 Oracle 10g Release 1 Database
Software and a "General Purpose" database:
(Note, the screens and questions will look different if you install 10g R2 or 64-bit 10g
R1 database)
- Welcome Screen:
/u01/app/oracle/product/10.1.0/db_1
Export ORACLE_SID=orcl
export ORACLE_HOME=/u01/app/oracle/oracle/product/10.2.0/db_1
export PATH=$PATH:$ORACLE_HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib