Configure oracle public YUM for oracle RPM's
Most of the DBA's struggle while setting up virtual box setup due to yum repository issues, here i am collected steps to setup yum repo
we need to download the repository config file (OEL6)
cd /etc/yum.repos.d/
wget http://yum.oracle.com/public-yum-ol6.repo
Install Oracle 12cR1/12cR2, Based on your requirementw
yum install --nogpgcheck oracle-rdbms-server-12cR1-preinstall
yum install --nogpgcheck oracle-database-server-12cR2-preinstall
yum install oracle-validated
yum update
Verifcation Step
to install firefox
yum list yum install firefox
Detailed information on http://public-yum.oracle.com/
Comments
Post a Comment