Library Error while logging into DB through SqlPlus
Hi,
We are getting the following error while logging into database with sqlplus.
SQL*Plus: Release 11.2.0.3.0 Production on Fri Apr 5 21:52:14 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
/usr/lib/hpux64/dld.so: Unable to find library 'libodm11.so'.
ERROR:
ORA-12547: TNS:lost contact
Enter user-name:
Environment Variables set:
export ORACLE_SID=XXXXXX
export ORACLE_HOME=/nweaidb/oracle/product/11.2.0.3
export ORACLE_BASE=/nweaidb/oracle
export SHLIB_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/ctx/lib:/usr/dt/lib:/usr/openwin/lib
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib:/usr/dt/lib:/usr/openwin/lib:$ORACLE_HOME/ctx/lib
export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$PATH:/usr/sbin:/usr/bin:$ORACLE_HOME/perl/bin:~/bin
0