Skip to content

stanwu/centos6.10-oracle11gr2-preinstall

Repository files navigation

CentOS 6.10 + Oracle 11gR2 pre-installer automation

This preinstall will help you to install all of requirment files before you start install Oracle 11gR2

Requirement

CentOS 6.10

  • 32bit : CentOS-6.10-i386-LiveDVD.iso

  • 64bit : CentOS-6.10-x86_64-LiveDVD.iso

Oracle 11gR2

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

Steps

  1. 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 * ../
  1. Change install.sh to executable
cd ..
chmod 755 install.sh
  1. Start auto install
./install.sh

You need reboot your system before install Oracle 11gR2

Start install Oracle 11gR2

  1. Put Oracle 11gR2 zip files into /home/oracle
  2. Unzip 2 zip files (Please make sure 2 files are 100% unziped)
  3. Change to root to enable X windows access
su -
xhost +
exit
  1. Start setup
cd database
./runInstaller

About

CentOS 6.10 + Oracle 11gR2 pre-installer automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages