workaround with install oracle database 10G on redhat ES5

itpremier發表於2010-06-12

1, cd into the install CD directory ,and locate the oracle install parameter file , such as :

database/install/oraparam.ini

2, find and change the follwing section , add your os version to the certified version List.

original:

[Certified Versions]
Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2

patched:

[Certified Versions]
Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2,redhat-5

3, run "./runInstaller " again . Good luck!

[@more@]

But the cheat will failure when get into the graphic installation system prerequisite check process . So we maybe need the follow working:

cat /etc/redhat-release

-- orginal

Red Hat Enterprise Linux Server release 5.1 (Tikanga)

-- faked

Red Hat Enterprise Linux Server release 4.1 (Tikanga)

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

相關文章