OUI-Error with 9i rdbms on SLES 10
HI,
how to manage this:
After invoking ./runInstaller the message
"Error: can't find libjava.so."
appears.
I have tried it after some research with patch 2878462.
In Directory: Disk1/install/linux you will find 3 Files:
runInstaller, runInstaller.sh and oraparam.ini
First you have to investigate where your local apropriate Java-Installation is located (1.3 or 1.4)
This Path has to be inserted in oraparam.ini at: JRE_LOCATION
For example, instead of JRE_LOCATION=../../stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux
write:
JRE_LOCATION=/opt/VRTSob/jre
or
JRE_LOCATION=/usr/local/jre
Then you may start OUI with ./runInstaller normaly.