Home > Database > Mysql Tutorial > CentOS 6.2 64位安装Oracle 11g时check package无法通过

CentOS 6.2 64位安装Oracle 11g时check package无法通过

WBOY
Release: 2016-06-07 17:25:36
Original
1008 people have browsed it

CentOS 6.2 64位安装Oracle 11g时check package无法通过,其实,11g出现这个问题,估计oracle前面的版本都会出现这个问题,oracl

CentOS 6.2 64位安装Oracle 11g时check package无法通过,其实,11g出现这个问题,估计oracle前面的版本都会出现这个问题,oracle检查包时会检查相应包的64位和32位包,无法通过的一般都是32位包没有找到,可以发现,具体的提示内容为i386 missing,检查下来后发现CentOS 6.2 64位中的32位包都已改成i686了(5.8里还是i386),,致使oracle无法找到他认为的32位包,这应该是oracle与centos间的兼容问题吧。

处理办法:

rpm -q 相应包名

确认oracle提示的包都存在x86_64和i686 2个版本后忽略错误,强制安装,一切正常。

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template