Linux Operating System (MOSC)

MOSC Banner

sqlplus: error while loading shared libraries

edited Oct 18, 2012 4:37AM in Linux Operating System (MOSC) 6 commentsAnswered
After re-installing Oracle client 11.2 for a number of reasons I suddenly find that normal users can no longer run sqlplus:
[tomlinj4@cbl00894app01 ~]$ sqlplus
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory

However this is not the usual LD_LIBRARY_PATH problem becuase LD_LIBRARY_PATH is correct and also ldd appears to show all is OK:
[tomlinj4@cbl00894app01 bin]$ ldd sqlplus
        linux-vdso.so.1 =>  (0x00007fffd2d81000)
        libsqlplus.so => /oracleclient/product/11.2.0.1/lib/libsqlplus.so (0x00002ae6fc3c5000)
        libclntsh.so.11.1 => /oracleclient/product/11.2.0.1/lib/libclntsh.so.11.1 (0x00002ae6fc5ac000)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center