Home » RDBMS Server » Networking and Gateways » TNS-03505: Falied to Resolve service Name
TNS-03505: Falied to Resolve service Name [message #67301] Thu, 15 April 2004 06:12 Go to next message
anurag vidyarthi
Messages: 4
Registered: April 2004
Junior Member
My prob. is bit peculier :-

 

I am working on 9ids loaded on on xp and my db is loaded in solaris.

I am able to connect from my machine to db (sid IGFL) with 10.1.129.19 by using tnsnames.ora but when I give

c:>tnsping igfl

it says

used parameter files :-

....

...

TNS-03505: Falied to Resolve service Name

but when I give

c:>tnsping 10.1.129.19

it works fine

Can anybody tell the reason behind it.

with regards

anurag vidyarthi
Re: TNS-03505: Falied to Resolve service Name [message #67324 is a reply to message #67301] Thu, 29 April 2004 06:42 Go to previous message
Srinath
Messages: 40
Registered: May 2002
Member
Hi:

If your tnsnames.ora is like this please try typing

c:tnsping (alias)

Anurag(alias) =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.129.19)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = anurag)
)
)

Then most probably it will return result.

Thank you.
Srinath
Previous Topic: how to kill inactive sessions
Next Topic: both Oracle client and Server on the same machine
Goto Forum:
  


Current Time: Thu May 02 11:47:01 CDT 2024