This preinstall will help you to install all of requirment files before you start install Oracle 11gR2
-
32bit : CentOS-6.10-i386-LiveDVD.iso
-
64bit : CentOS-6.10-x86_64-LiveDVD.iso
You need download below files before you start pre-install:
-
32bit
- linux_11gR2_database_1of2.zip
- linux_11gR2_database_2of2.zip
-
64bit
- linux.x64_11gR2_database_1of2.zip
- linux.x64_11gR2_database_2of2.zip
- Install git tool and clone this project to your root folder
You need login as root to install git tool
su -
cd /root
yum -y install git
Clone all files to /root
git clone https://github.com/stanwu/centos6.10-oracle11gr2-preinstall.git
cd centos6.10-oracle11gr2-preinstall
cp -a * ../
- Change install.sh to executable
cd ..
chmod 755 install.sh
- Start auto install
./install.sh
You need reboot your system before install Oracle 11gR2
- Put Oracle 11gR2 zip files into /home/oracle
- Unzip 2 zip files (Please make sure 2 files are 100% unziped)
- Change to root to enable X windows access
su -
xhost +
exit
- Start setup
cd database
./runInstaller