8 Mayıs 2014 Perşembe

sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory



Problem:
-----------


./sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory



Solution:
-----------


vi .bash_profile

export LD_LIBRARY_PATH=$ORACLE_HOME/lib

save and quit.

Then relogin

Problem will solve.

1 yorum: