Checking operating system version Failed

snowdba發表於2015-01-12
今天在虛擬機器上安裝Oracle10g 10.2.0.1軟體遇到報錯

[oracle@localhost database]$ ./runInstaller
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                      Failed <<<<

Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2015-01-09_12-46-16PM/installActions2015-01-09_12-46-16PM.log

最終定位原來是我的作業系統Oracle Linux 5.10中的redhat-release檔案中的引數過高
[root@localhost etc]# vi redhat-release
Red Hat Enterprise Linux Server release 5.10 (Tikanga)

將其改小為4就可以了
Red Hat Enterprise Linux Server release 4 (Tikanga)

感覺這個手段是“欺騙”,但是管用

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29047826/viewspace-1399570/,如需轉載,請註明出處,否則將追究法律責任。

相關文章