Receiving an /usr/lib/hpux64/dld.so: Unable to find library 'libodm19.so when using sqlplus /
We upgraded our database and database instances from Oracle HP UX Itanium 12.2.0.1 to Oracle HP UX Itanium 19c. The upgrade completed successfully. Using my own UNIX id, I set the ORACLE_SID to one of the database instances and performed an "sqlplus <username>" and then enter the password. After that, I received the following error:
/usr/lib/hpux64/dld.so: Unable to find library 'libodm19.so'.
ERROR:
ORA-12547: TNS:lost contact
However, if I sign on as "oracleg", the owner of the database, and set the ORACLE_SID, I can connect to the instance with no problems using "sqlplus <username>/" with a password.