| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Net8 confusion - need help
I've been trying to understand this using the Net8 Admin Guide, but am just
too dense to figure it out.
I created a database, this entry was created in tnsnames.ora:
ES1.world =
  (DESCRIPTION =
    (ADDRESS_LIST =
        (ADDRESS =
          (COMMUNITY = tcp.world)
          (PROTOCOL = TCP)
          (Host = DETESPC2)
          (Port = 1521)
        )
       (SID = ES1)
       (GLOBAL_NAME = ES1.world)
When I attempt to connect to it with sqlplus on the local system, I get an error - TNS:could not resolve service name. If I change the first line to:
ES1 =
(simply removing the .world), it works. I see other systems work just fine with the .world.
I would be grateful if someone could explain this to me.
-- Randy HarrisReceived on Thu Aug 08 2002 - 16:47:20 CDT
|  |  |