Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: No local connection via sqlplus (TNS:lost contact)
Did you restore the oracle home from the tar as well? If so relink the
oracle executables to the shared libs. Also as others have said make
sure that these other users are in the "dba " group or whichever group
is the owner of the libraries. Also look at the LD_LIBRARY_PATH and
make sure that $ORACLE_HOME/lib is in there. The executable calls a
routine on this shared library. But the calling user cannot access the
library
Received on Wed Nov 23 2005 - 10:48:27 CST