Can someone explain why this TNS-03505 error is occuring and steps to resolve it? Thanks.
# TNSNAMES.ORA Network Configuration File: /opt/oracle/8.1.7/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
ORCH =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.13.5.161)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = ORCH.WORLD)
)
)
bash-2.03$ /usr/sbin/ping 10.13.5.161
10.13.5.161 is alive
bash-2.03$ ./tnsping ORCH
TNS Ping Utility for Solaris: Version 8.1.7.0.0 - Production on 22-MAY-2003 14:38:56
(c) Copyright 1997 Oracle Corporation. All rights reserved.
TNS-03505: Message 3505 not found; No message file for product=network, facility=TNS
bash-2.03$
*** ON Host 10.13.5.161 where Oracle DB is located ***
bash-2.03$ ps -aef | grep ora
oracle 304 303 0 12:24:26 pts/2 0:00 -sh
oracle 310 304 0 12:24:28 pts/2 0:00 bash
oracle 341 1 0 12:54:52 ? 0:06 oracleORCH (DESCRIPTION=(LOCAL=no)(ADDRESS=(PROTOCOL=BEQ)))
oracle 339 1 0 12:54:52 ? 0:00 oracleORCH (DESCRIPTION=(LOCAL=no)(ADDRESS=(PROTOCOL=BEQ)))
oracle 330 1 0 12:25:30 ? 0:00 /opt/oracle/bin/tnslsnr LISTENER -inherit
oracle 316 1 0 12:25:00 ? 0:00 ora_pmon_ORCH
oracle 318 1 0 12:25:00 ? 0:00 ora_dbw0_ORCH
oracle 320 1 0 12:25:00 ? 0:00 ora_lgwr_ORCH
oracle 322 1 0 12:25:00 ? 0:01 ora_ckpt_ORCH
oracle 324 1 0 12:25:00 ? 0:00 ora_smon_ORCH
oracle 326 1 0 12:25:00 ? 0:00 ora_recRCH
oracle 361 310 0 14:43:31 pts/2 0:00 grep ora
# TNSNAMES.ORA Network Configuration File: /opt/oracle/8.1.7/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
ORCH =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.13.5.161)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = ORCH.WORLD)
)
)
bash-2.03$ /usr/sbin/ping 10.13.5.161
10.13.5.161 is alive
bash-2.03$ ./tnsping ORCH
TNS Ping Utility for Solaris: Version 8.1.7.0.0 - Production on 22-MAY-2003 14:38:56
(c) Copyright 1997 Oracle Corporation. All rights reserved.
TNS-03505: Message 3505 not found; No message file for product=network, facility=TNS
bash-2.03$
*** ON Host 10.13.5.161 where Oracle DB is located ***
bash-2.03$ ps -aef | grep ora
oracle 304 303 0 12:24:26 pts/2 0:00 -sh
oracle 310 304 0 12:24:28 pts/2 0:00 bash
oracle 341 1 0 12:54:52 ? 0:06 oracleORCH (DESCRIPTION=(LOCAL=no)(ADDRESS=(PROTOCOL=BEQ)))
oracle 339 1 0 12:54:52 ? 0:00 oracleORCH (DESCRIPTION=(LOCAL=no)(ADDRESS=(PROTOCOL=BEQ)))
oracle 330 1 0 12:25:30 ? 0:00 /opt/oracle/bin/tnslsnr LISTENER -inherit
oracle 316 1 0 12:25:00 ? 0:00 ora_pmon_ORCH
oracle 318 1 0 12:25:00 ? 0:00 ora_dbw0_ORCH
oracle 320 1 0 12:25:00 ? 0:00 ora_lgwr_ORCH
oracle 322 1 0 12:25:00 ? 0:01 ora_ckpt_ORCH
oracle 324 1 0 12:25:00 ? 0:00 ora_smon_ORCH
oracle 326 1 0 12:25:00 ? 0:00 ora_recRCH
oracle 361 310 0 14:43:31 pts/2 0:00 grep ora