尝试在Scientific Linux 6.2版上安装oracle

use*_*795 4 linux oracle yum oracle11g

我们正在尝试使用yum在Scientific Linux版本6.2上安装Oracle11g,我们收到错误

这是命令:

yum install oracle-rdbms-server-11gR2-preinstall
Run Code Online (Sandbox Code Playgroud)

这是输出错误:

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
Run Code Online (Sandbox Code Playgroud)

小智 6

wget https://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
Run Code Online (Sandbox Code Playgroud)

运行以上命令.我刚刚做了同样的事情.

[编辑]或者转到http://public-yum.oracle.com/链接向下滚动以获得与您的操作系统兼容的链接.