Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle11gR2 installation on OEL 6.5 64 bit

LauryJul 6 2016 — edited Jul 13 2016

Hi,

For somw comparison tests, I need to install an Oracle 11g database on OEL 6.x.

According to the documentation, I should be able to install Oracle 11g on OEL 6.5.

In short, here is what I have done:

1) As root:

cd /etc/yum.repos.d

wget http://public-yum.oracle.com/public-yum-ol6.repo

2)

yum update

3)

yum install oracle-rdbms-server-11gR2-preinstall

But when I start the OUI, I have as check errors that the following packages are not installed:

Then it complains about the missing packages:

-> libaio-0.3.105

-> compat-libstdc++-33-3.2.3

-> libaio-devel-0.3.105

-> libgcc-3.4.6

-> libstdc++-3.4.6

-> unixODBC-2.2.11

-> unixODBC-devel-2.2.11

-> pdksh-5.2.14

Yet, If I run a check:

rpm -q libaio

it returns:

[root@oel6564-odb11g-test Packages]# rpm -q libaio

libaio-0.3.107-10.el6.x86_64

libaio-0.3.107-10.el6.i686

[root@oel6564-odb11g-test Packages]#

Does someone know what is going wrong?

Why do I have a mising package for pdksh-5.2.14.

It is even not metntioned in the installation documentation for OEL 6.5.

Thanks by advance for any tip.

Kind Regards

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2016
Added on Jul 6 2016
15 comments
3,124 views