OBI Apps, OBIEE, Data Warehouse, Informatica, DAC,PL/SQL
Search This Blog
Sunday, 22 November 2015
Packages Missing Installing Oracle 11.2.0.3 in RedHat Linux 6
OR
Missing packages can be installed from following 2 options
1. Oracle Linux [Red Hat Linux 6 ] DVD.
2. Download the missing packages from http://public-yum.oracle.com/
How to Install ?
1. Mount the RedHat Linux dvd and install missing packages using rpm -Uvh command from directory <mount dvd>/Packages.
2. If linux OS is connected to Internet you can directly download the missing rpm from internet. From : http://public-yum.oracle.com/
How to find the missing RPM names from your installed linux OS.
1. From Oracle installer error message logs. Get the name missing package file name.
2. Login to Root User to Linux terminal.
3. rpm -q < package-name>
4. in above screenshot example :
rpm -q elfutils-libelf-devel*/
if its installed it will show the version as shown below
5. If not installed, Download it from public Yum repository.
6. Install it or Upgrade the package.
rpm -ivh <packagename> -- to intall
rpm -Uvh <packagename> --- to Upgrade package.
After installing missing packges, re-start the installation of Oracle database. it will finish without errors.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)