Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Is ".WORLD" mandatory in tnsnames.ora?
Hi there,
I am running 8.04 client on NT4 and trying to create service names using
tnsnames.ora file. I noticed that I can create service names to connect to
the Oracle server ONLY on PC by doing this in tnsnames.ora: PC1 =
(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(Host = PC1)(Port = 1521))
(CONNECT_DATA = (SID = ORCL)) ) If I want to create a service name to
connect to a solaris(unix) machine. I need to put (UNIX1.WORLD = ...)
instead of just (UNIX1 = ...) to make it works or it will give me a 'service
name cannot be resolved' message. What is the reason and what is '.WORLD'?
Thanks.
Ed
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Apr 28 1999 - 14:16:36 CDT
![]() |
![]() |