I am not able to connect to oracle database (from server) using sqlplus after doing oracle relink. (I used to connect before the relink)
The error I am getting is :
sqlplus: symbol lookup error: /Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/lib/libclntsh.so.11.1: undefined symbol: nnfgtent
I use Oracle Database R11.2.0.3
$ ls -ltr /Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/lib/libclntsh.so.11.1
-rwxr-xr-x 1 oracle oracle 52178642 Aug 29 03:28 /Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/lib/libclntsh.so.11.1
$ echo $ORACLE_HOME
/Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3
$ echo $LD_LIBRARY_PATH
/Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/lib:/usr/X11R6/lib:/usr/openwin/lib:/Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/lib:/usr/dt/lib:/Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/ctx/lib
$ echo $PATH
/usr/bin:/usr/bin:/Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/perl/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oratest3/bin:/Stage/prodDB11gr2/prod/db/tech_st/11.2.0.3/bin:.:.:.
$ cat /etc/oracle-release
Oracle Linux Server release 5.9
Kindly, help