mzalfres:
I already have opened runInstaller script and on 150 line says:
/install/runInstaller wich is a bin file with the same name as the script.
its on this line where shows me the message:
/oracle/oas/Disk1/install/
something interesting is that on the same directory /install all the executable files as: run Installer, unzip and others when I try to run it tell me the same message:
/oracle/oas/Disk1/install/
When I install Oracle Database on the same server I change unzip file by /bin/unzip from Linux, and it works, but here the runInstall wich is the bin file I cannot change it.
any Ideas?
Main Topics
Browse All Topics





by: mzalfresPosted on 2009-06-22 at 10:03:10ID: 24684330
At first - please open 'runinstaller' file (it is SHELL script) and look at the line 150. If there is something related to java, you probably need to check your java installation. Unfortunately, Oracle is very sensitive on java type and version. Even on different architectures, the same version of java may work or not (eg. the same java may be OK for i386, but won't work for x86_64.)