Operating System - HP-UX
1753472 Members
4590 Online
108794 Solutions
New Discussion юеВ

Re: Oracle 9i runInstaller problem

 
Eric Antunes
Honored Contributor

Re: Oracle 9i runInstaller problem

Hi,

Put this in a script and run it:

if /usr/bin/test $LD_LIBRARY_PATH then
/usr/bin/echo IsSet
else
/usr/bin/echo UnSet
fi

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Nguyen Anh Tien
Honored Contributor

Re: Oracle 9i runInstaller problem

I think that the LD_LIBRARY_PATH parameter is not set correctly.
Pls check it by
#env|grep LD_LIBRARY_PATH
if this parameter is not display it mean you set increctly. You should set it manually
# export LD_LIBRARY_PATH=/....///
and run
#./runInstaller.
HTH
tienna
HP is simple
SLIMANI_1
Occasional Advisor

Re: Oracle 9i runInstaller problem

The version of the install was not adequate with the server
Thinks all