Sunday, June 17, 2012

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

Issue:

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

when invoking sqlplus as non oracle user

Workaround:

chmod -R a+rX $ORACLE_HOME or chmod -R 755 $ORACLE_HOME