TNS-03505: Failed to resolve name
HI
I installed RHEL4 on my home pc.and I created 2 databases of oracle 10g (same vesrion)The problem is while iam establishing connectivity between these 2 databases iam getting error like TNS-03505: Failed to resolve name
my listerner.ora file is
LISTENER=
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=IPC)(KEY=CHANDU))
(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))
)
)
)
SID_LIST_LISTENER=
(SID_LIST =
(SID_DESC =
(SID_NAME=CHANDU)
(ORACLE_HOME=/oraeng/app/oracle/product/10.2.0)
)
)
and tnsnames.ora file is
MYALIAS=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))
)
(CONNECT_DATA=
(SID=CHANDU)
)
)
[oracle@chandu ~]$ tnsping MYALIAS
TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 10-JUL-2008 00:47:48
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
/oraeng/app/oracle/product/10.2.0/network/admin/sqlnet.ora
TNS-03505: Failed to resolve name
Please resolve my problem
Thanks
chandu
Questions by chandubtech answers by chandubtech
Showing Answers 1 - 4 of 4 Answers
Related Answered Questions
Related Open Questions
TNS-03505: Failed to resolve name
I installed RHEL4 on my home pc.and I created 2 databases of oracle 10g (same vesrion)The problem is while iam establishing connectivity between these 2 databases iam getting error like TNS-03505: Failed to resolve name
my listerner.ora file is
LISTENER=
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=IPC)(KEY=CHANDU))
(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))
)
)
)
SID_LIST_LISTENER=
(SID_LIST =
(SID_DESC =
(SID_NAME=CHANDU)
(ORACLE_HOME=/oraeng/app/oracle/product/10.2.0)
)
)
and tnsnames.ora file is
MYALIAS=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))
)
(CONNECT_DATA=
(SID=CHANDU)
)
)
[oracle@chandu ~]$ tnsping MYALIAS
TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 10-JUL-2008 00:47:48
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
/oraeng/app/oracle/product/10.2.0/network/admin/sqlnet.ora
TNS-03505: Failed to resolve name
Please resolve my problem
Thanks
chandu
Profile Answers by chandubtech Questions by chandubtech
Questions by chandubtech answers by chandubtech
Related Answered Questions
Related Open Questions