Am trying to install oracle10g release 1 on Linux 3 server in my company but when running ./runInstaller. I kept having cannot execute binary file problem. can anybody tell me what is wrong? Any help will be higly appreciated.
Which user are you logged in?
Check the file permissions for runInstaller.
( eg:
-rwxr-xr-x 1 oracle dba 1330 Aug 17 11:26 runInstaller
drwxrwxr-x 9 oracle dba 2560 Aug 17 11:26 stage
)
run it as . ./runInstaller (check your path variable)
I guess am not running the right version of oracle for my platform,my system is hp itanium,when i ran uname -a, i got this report: Linux.Localdomain 2.4.21-15.Elsmp #1 SMP Thu Apr 22 00:18:24 EDT i686 i686 i386 GNU/Linux
but the version i have is Enterprise/Standard Edition for Linux Itanium.
Can you suggest the version i can use for the installation.
thanks Davey,
have succeeded in downloading the oracle for Linux x86 and av been able to start the OUI. but the problems am encountering now is am unable to go beyond the product-specific prerequisite checks as follows:
1. Checking operating system package requirements ....
Checking for gcc-3.2; found not found. Failed <<<<
Checking for libaio-0.3.96; found not found failed<<<<
2. Checking recommended glibc version error
checking recommended glibc version
expected result: ATLEAST=2.3.2-95.27
actual result: 2.3.2-95.20
check complete. The overall result of this check is: failed <<<<
Bookmarks