-
hi there
ia m having trouble installing oarcle 8.0.4 on hp-ux first oarcle is not able to relink the execuatbles ater installations and when i try to connect with svrmgrl i get the following error
i would appreciate if anybody could think of
asolutions
svrmgrl
Oracle Server Manager Release 3.0.4.0.0 - Production
(c) Copyright 1997, Oracle Corporation. All Rights Reserved.
sh: /opt/oracle/product/8.0.4/bin/oracle: Execute permission denied.
sh: /opt/oracle/product/8.0.4/bin/oracle: Execute permission denied.
ORA-12547: TNS:lost contact
what coul be the problem
-
Check your profile path and it might be because oracle wasn't able to find some files. There should be a log that would tell you what was the problem. Refer the installation guid and make sure you have the required OS patches and the configuration correct.
Sam
-
maybe it can come from this :
check that the setuid bit is set correctly on the oracle binary
cd $ORACLE_HOME/bin
ls -la oracle
you should get something like this (date and size should differ)
-rwsr-s--x 1 oracle dba 20794840 Feb 4 2000 oracle
if you haven't rwsr-s in the rights of the file, then you should put them (using chmod of course) ... I once had this pb, but it was on a 8.0.5 on HP-UX ...
-
check thec file-owner and that the oracle file ..bin/oracle have the execution permition.
-
Check the umask, then check whether the LD_LIBRARY_PATH, CLASSPATH, ORACLE_BASE, ORACLE_HOME, and PATH had been set correctly. I have notice that LD_LIBRARY_PATH to have a vital role to play.
Good luck,
Sam