在Linux系统中安装oralce的过程中,如果Linux发行版本不是oracle的推荐版本,可能会报如下错误,导致runInstaller无法完成:
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2Failed <<<<
遇到这个问题,可以通过如下两种方式解决
1、修改Linux的发行标记
如在redhat-5上安装oracle的时候,需要将文件 '/etc/redhat-release'的内容由
Red Hat Enterprise Linux Server release 5 (Tikanga)修改为
Red Hat Enterprise Linux Server release 4 (Tikanga)2、runInstaller的时候加上-ignoreSysPreReqs参数,如:
./runInstaller -ignoreSysPreReqs不过不推荐这种方式,因为这可能会错过对操作系统内核参数以及oracle必需的包的检测
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12131609/viewspace-700875/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/12131609/viewspace-700875/
本文介绍了解决在Linux系统上安装Oracle过程中遇到的版本不符问题的方法,提供了修改Linux发行版标记和使用-ignoreSysPreReqs参数两种解决方案。

556

被折叠的 条评论
为什么被折叠?



