How to install the YUM packages for Oracle 11g Database in 15 Minutes


This post will tell you how to install all the essential RPMs and YUM packages in less than 15 minutes in Linux for installing Oracle 11g Database. Most of people will update the entire YUM package using the command "yum update". This YUM update process takes a lot of time and it is unnecessary to install the entire yum directory updates as it is sufficient to install a few required YUM updates which takes barely 15 minutes.

Anyway I will tell you a few tricks which you can use to install all the important RPMs and YUM packages which are required to install Oracle 11g Database. I have given the instructions below, please follow it:

1. login as Root

2. using the below command, update the RPMs using the YUM directory
  • command : yum install oracle-rdbms-server-11gR2-preinstall -y

3. Check if the following packages are installed using the below command:
  • command :
 rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}(%{ARCH})\n' binutils \
compat-libstdc++-33 \
elfutils-libelf \
elfutils-libelf-devel \
gcc \
gcc-c++ \
glibc \
glibc-common \
glibc-devel \
glibc-headers \
ksh \
libaio \
libaio-devel \
libgcc \
libstdc++ \
libstdc++-devel \
make \
sysstat \
unixODBC \
numactl-devel \
libgomp \
unixODBC-devel

4. Install missing packages.  for example:
  • command : yum install <package-name>

5. Once the change is complete, restart the server.

Now you can install the Oracle 11g Database without any hassle. BTW please note that these are the required packages for Oracle 11g Database. If you are installing additional softwares like SOA or any other wares you have to install RPMs and other specific packages for the additional softwares.
Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 
© Ganesh Sairam's Oracle Blog
Designed by BlogThietKe Cooperated with Duy Pham
Released under Creative Commons 3.0 CC BY-NC 3.0
Posts RSSComments RSS
Back to top