Issue
++++++
Cause
+++++
runInstaller unable to find the actual OS version in a file called oraparam.ini .
Solution
+++++
find the oraparam.ini file which comes with software or patch and add the entry of your OS version and invoke runInstaller and issue will get fix .
[apptest@erptest install]$ diff oraparam.ini oraparam.ini_backup
46c46
< Linux=redhat-2.1AS,redhat-3,redhat-4,redhat-5
---
> Linux=redhat-2.1AS,redhat-3,redhat-4
[apptest@erptest install]$
++++++
Cause
+++++
runInstaller unable to find the actual OS version in a file called oraparam.ini .
Solution
+++++
find the oraparam.ini file which comes with software or patch and add the entry of your OS version and invoke runInstaller and issue will get fix .
[apptest@erptest install]$ diff oraparam.ini oraparam.ini_backup
46c46
< Linux=redhat-2.1AS,redhat-3,redhat-4,redhat-5
---
> Linux=redhat-2.1AS,redhat-3,redhat-4
[apptest@erptest install]$