Monday, November 19, 2012

Oracle Database 11g Installation on RHEL 6

This article "How I Simplified Oracle Database 11g Installation on Oracle Linux 6" is the most easiest way to install Oracle on RHEL 6.

Just 4 steps,
  1. Download the repo file .
  2. Then, yum install oracle-rdbms-server-11gR2-preinstall
  3. then go to the folder where you have downloaded oracle database say ORACLE_DOWNLOAD_FOLDER . $cd $ORACLE_DOWNLOAD_FOLDER/database
  4. run installer, $./runInstaller

No comments:

Post a Comment