Unable to find library 'libsqlplus.so'.
418915Apr 4 2008 — edited Jul 6 2010Hi,
This thread releted that thread "Unexpected communication failure with ASM instance:"
We installed 10.2.0.1 database on hp-ux itanium (11.23) and start running no errors.
If a user within dba group be able to run sqlplus, sqlldr, but same user only if removed dba group, can't run sqlplus, sqlldr vs. and thrown this error:
$ sqlplus
/usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'.
Killed
$ sqlplus /nolog
/usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'.
Killed
Cause this problem I have to add dba groups all user but there is a side affect, all user able to sqlplus "/as sysdba", connect database sys. I dont want to this situation.
I search this problem in web. And i decide apply patch 10.2.0.2
This decision is correct? Or how can solve my problem?
Best regards..