Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Trying to install oracle on Scientific Linux release 6.2

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
like image 441
user2428795 Avatar asked Feb 15 '23 19:02

user2428795


1 Answers

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.

like image 70
Pranav Dangar Avatar answered Feb 23 '23 09:02

Pranav Dangar