Trying to install oracle on Scientific Linux release 6.2

linux, oracle, oracle11g, yum

Solution

wget https://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle

Run the above command. I just now did the same.

[Edit] Or go to the link http://public-yum.oracle.com/ to scroll down to get the link compatible to your OS.

Problem

We are trying to install Oracle11g on Scientific Linux release 6.2 using yum and we are getting a error This is the command: ``` yum install oracle-rdbms-server-11gR2-preinstall ``` This is the output error: ``` warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle ```

Original source