TNS-03505: Failed to resolve name [message #347073] |
Wed, 10 September 2008 10:19  |
n.dba
Messages: 6 Registered: September 2008 Location: NJ
|
Junior Member |
|
|
I m trying this tnsping Iranda (here Iranda is my database name).
i got the error
# tnsping IRANDA
TNS Ping Utility for Linux: Version 10.2.0.3.0 - Production on 09-SEP-2008 11:10:40
Copyright (c) 1997, 2006, Oracle. All rights reserved.
Used parameter files:
/u02/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
TNS-03505: Failed to resolve name
My listener.ora setting
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = titan.plymouth.edu)(PORT = 1521))
)
)
)
(SID_DESC =
(GLOBAL_DBNAME = IRANDA)
(ORACLE_HOME = /u02/app/oracle/product/10.2.0/db_1)
(SID_NAME = IRANDA)
)
its working fiine.
My Tnsnames.ora setting
IRANDA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = titan)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = IRANDA)
)
)
My sqlnet.ora setting
# Generated by Oracle configuration tools.
NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
# Generated by Jon Graton
SQLNET.INBOUND_CONNECT_TIMEOUT = 5
please let me know the solution.bcos i have already spend lot of time on it.solution for the error
|
|
|
|
|
|
|
|