Date: May 29th 2012
Purpose: This tutorial will walk you through the steps of Installing Oracle 11g Database on an Oracle Linux 6 OS running inside of VMware server.
- Create VMware Instance
- Install Oracle Linux 6 Update 2
- VMware Copy Issue Fix
- Disable Firewall and SELinux
- Disable Network Manager
- Configure Oracle Yum Repository
- Post OS Install Script to prep for database
- Download 11.2.0.3 from metalink.oracle.com patch 10404530
- mkdir -p /app/oracle/product/11.2.0/db_1
- chown -R oracle:oinstall /app
- chmod -R 775 /app
- groupadd osoper --gid 505
- copy to bash_profile for oracle
- # Oracle Settings
- TMP=/tmp; export TMP
- TMPDIR=$TMP; export TMPDIR
- ORACLE_HOSTNAME=oradb01.snapdedo.com; export ORACLE_HOSTNAME ORACLE_UNQNAME=db11g; export ORACLE_UNQNAME
- ORACLE_BASE=/app/oracle; export ORACLE_BASE ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME ORACLE_SID=db11g; export ORACLE_SID
- PATH=/usr/sbin:$PATH; export PATH
- PATH=$ORACLE_HOME/bin:$PATH; export PATH LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
- Install Database Software
- create database listener
$ORACLE_HOME/bin
.netca - to create a listener accept defaults
Listener configuration
Add
LISTENER
TCP
run
.dbca - to create database accept defaults
Install autostart steps see note
- Post Database Install Scripts
- Post OS Install scripts
- Post Database Install scripts
- VMware Server no longer supported
- VMware License issues with Oracle