Two Server in the same Unix box. Ungent
I think that oracle pick up ORALCE_HOME path from oratab.
and I already put the following in the profile file.
ORACLE_SID=HOST; export
. /usr/local/bin/oraenv
TNS_ADMIN=$ORACLE_HOME/network/admin; export ORACLE_HOME
LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
Now, I can not connect to the existing database.
It says that
ld.so.1: oracleHOST: fatal: relocation error: file /export/oracle/app/product/8.1.6/lib/libjox8.so: symbol joxsgal_: referenced symbol not found
ERROR:
ORA-12547: TNS:lost contact
So I issued lsnrctl> status
then
ld.so.1: lsnrctl: fatal: relocation error: file lsnrctl: symbol naemd5s: referenced symbol not found
Killed.
Is there anybody who is familiar with this issue?