How to Install Oracle 12c release 1 database on Red Hat Linux 6 64 bit.
Prerequisite installation steps.
1. Open the terminal
2. Converting the Oracle Linux Repo
Change to superuser
wget http://public-yum.oracle.com/RPM-GPG-... -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
3. Downloading the Needed Oracle Repo
cd /etc/yum.repos.d/
wget http://public-yum.oracle.com/public-y...
4. Install the Oracle Pre-Install RPM
yum install oracle-rdbms-server-12cR1-preinstall
Install packages if warning appears asking any of this following
yum install binutils-2*x86_64*
yum install glibc-2*x86_64* nss-softokn-freebl-3*x86_64*
yum install glibc-2*i686* nss-softokn-freebl-3*i686*
yum install compat-libstdc++-33*x86_64*
yum install glibc-common-2*x86_64*
yum install glibc-devel-2*x86_64*
yum install glibc-devel-2*i686*
yum install glibc-headers-2*x86_64*
yum install elfutils-libelf-0*x86_64*
yum install elfutils-libelf-devel-0*x86_64*
yum install gcc-4*x86_64*
yum install gcc-c++-4*x86_64*
yum install ksh-*x86_64*
yum install libaio-0*x86_64*
yum install libaio-devel-0*x86_64*
yum install libaio-0*i686*
yum install libaio-devel-0*i686*
yum install libgcc-4*x86_64*
yum install libgcc-4*i686*
yum install libstdc++-4*x86_64*
yum install libstdc++-4*i686*
yum install libstdc++-devel-4*x86_64*
yum install make-3.81*x86_64*
yum install numactl-devel-2*x86_64*
yum install sysstat-9*x86_64*
yum install compat-libstdc++-33*i686*
yum install compat-libcap*
5. Update the System
yum update
Going through Listener.ora file and Tnsames.ora file, starting up listener service and starting up database, connecting to Database through Toad for Oracle from client machine.