Xref: alice comp.databases.oracle.server:33562
Path: alice!news-feed.fnsi.net!news.maxwell.syr.edu!news.idt.net!nyd.news.ans.net!news-w.ans.net!newsfeeds.ans.net!news.chips.ibm.com!newsfeed.btv.ibm.com!mdnews.btv.ibm.com!rtpnews.raleigh.ibm.com!ausnews.austin.ibm.com!not-for-mail
From: Doug Cowles <dcowles@bigfoot.com>
Newsgroups: comp.databases.oracle.server
Subject: tnsnames.ora file
Date: Wed, 11 Nov 1998 17:07:20 -0500
Organization: IBM Austin 
Lines: 29
Message-ID: <364A0A98.AA280167@bigfoot.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.04 [en] (Win95; U)

I'm sure this in the documentation somewhere so I apologize ahead of
time
for what may be a dull posting, but can someone explain the different
parts
of an entry in the tnsnames.ora file?  I understand SID, Protocol, Host,
and Port,
but I'm confused by ".world", what the difference is between that and
"Community",
as well as address_list and address.  Any comments would be
appreciated.  If someone
knows where in the documentation to look for a detailed explanation that
would be nice as well.  Oracle 7.3.3 or Oracle 8 documentation.

Example1.world =
  (DESCRIPTION =
    (ADDRESS_LIST =
        (ADDRESS =
          (COMMUNITY = tcp.world)
          (PROTOCOL = TCP)
          (Host = Production1)
          (Port = 1521)
        )
    )
    (CONNECT_DATA = (SID = SID1)
    )
  )

- Dc.

