During the installation of RDBMS 11.2.0.3 following the installation of Grid Infrastructure 11.2.0.3, the installation checker flagged the following packages as being needed:
This procedure records how I installed the packages on GRIDCTRL.
I created a directory to hold the consolidated copies of all of the RHEL 5.4 CDROMs:
mkdir /opt/RHEL-SERVER-5.4I copied the files off the CDROM as follows:
mount /dev/cdrom -o ro /mediacp --preserve --recursive --update /media/* /opt/RHEL-SERVER-5.4/umount /mediaeject /dev/cdromI used a modified version of the procedure in 03 Install Oracle Validated RPM:
cd /etc/yum.repos.drm -f rhel-debuginfo.repocat >ULN-Base.repo < [local]name=Red Hat Enterprise Linux \$releasever - \$basearch - our own channelbaseurl=file:///opt/RHEL-SERVER-5.4/Servergpgcheck=1enabled=1gpgkey=file:///opt/RHEL-SERVER-5.4/RPM-GPG-KEY-redhat-releaseDONEcd /opt/RHEL-SERVER-5.4/Serveryum localinstall unixODBC-2.2.11-7.1.i386.rpm unixODBC-devel-2.2.11-7.1.i386.rpmWhen I tried this, I got the output described in yum-install-unixodbc.log.
I was able to use Package Manager to successfully install the packages.