What does TNS stand for?

Ask a Question related to Oracle Server, Design and Development.

  1. #1

    Default What does TNS stand for?

    What does TNS stand for as in tnsnames.ora? I guess it's an
    abbrevation. T... Name Service? (What is a tnsname?)
    Christian Eriksson Guest

  2. Similar Questions and Discussions

    1. Contribute as stand alone?
      I would like to convert my website from Microsoft Front Page to a Mac based program. Contribute has been recommended to me. I would like to know...
    2. Stand alone PHP
      I want to use PHP as a stand alone scripting language. By that I mean without a web server present and without any HTML in the code. I have done...
    3. stand alone
      How do I make a DBase standalone? Greg
    4. What does SLR stand for?
      Single Lens Reflex -- All you have to do is send me a Self addressed stamped envelope with 74 cents worth of postage. Email me for the mailing...
  3. #2

    Default Re: What does TNS stand for?

    Transparent Network Substrate. It's Oracle's version of a network
    protocol stack that sort of maps to the 7 layers in the OCI model.

    Cheers,
    Dave




    Christian Eriksson wrote:
    > What does TNS stand for as in tnsnames.ora? I guess it's an
    > abbrevation. T... Name Service? (What is a tnsname?)
    Dave Hau Guest

  4. #3

    Default Re: What does TNS stand for?

    Interesting.

    How does it work? Does the Oracle database running in Banyan-Vines need
    to have a listener that supports the Appletalk protocol to talk to the
    client?

    - Dave




    Hans Forbrich wrote:
    > Dave Hau wrote:
    >
    >
    >>Transparent Network Substrate. It's Oracle's version of a network
    >>protocol stack that sort of maps to the 7 layers in the OCI model.
    >
    >
    > To supplement this answer - it was created in the days when there were
    > many different protocols competing with TCP/IP. Oracle's answer was to
    > create a SQL interconnect stack that was 'transparent' to all the
    > different protocols.
    >
    > A major innovation from Oracle was the protocol interchange gateways so
    > a request made by an AppleTalk client could thread through the gateway
    > and land on an Oracle database running in a Banyan-Vines environment.
    > Although moderately commonplace now, this was very impressive in those
    > days!
    >
    Dave Hau Guest

  5. #4

    Default Re: What does TNS stand for?

    On 24 Jun 2003 14:48:41 -0700, [email]c-eriks@algonet.se[/email] (Christian Eriksson)
    wrote:
    >What does TNS stand for as in tnsnames.ora? I guess it's an
    >abbrevation. T... Name Service? (What is a tnsname?)
    You can look it up in the glossary of the online manual.

    [url]http://otn.oracle.com[/url]



    Peter Guest

  6. #5

    Default Re: What does TNS stand for?

    Dave Hau wrote:
    > Interesting.
    >
    > How does it work? Does the Oracle database running in Banyan-Vines need
    > to have a listener that supports the Appletalk protocol to talk to the
    > client?
    >
    > - Dave
    Following is dredging up some old memories - I no longer have my copy of the
    Multiprotocol Interchange Administrator's Guide ... (others of my
    silver-haired compatriots are welcome to correct me <g>)

    The gateway machine needs to have the appropriate cards for the two protocols
    (eg: Banyam, AppleTalk, TCP, etc.).

    Functionally it then gets two SQL Net (aka Net8) 'gateway' listeners, one
    for each protocol. Each listener (on the incoming side) acts similar to a
    regular listener for it's incoming protocol; on the outgoing side it acts as
    a regluar client for it's outgoing protocol. Then there's the coordination
    software, etc. to ensure messages & responses do the right thing, like get to
    the right originating client - in today's world it's a lot like IP-Masq in
    *nix in each direction.

    Of course that's mainly for historical interest - now-a-days you'd probably
    use a protocol bridge at the net leyer, below the SQL*Net layer.

    Hans Forbrich Guest

  7. #6

    Default Re: What does TNS stand for?

    Hans Forbrich <forbrich@telusplanet.net> wrote in message news:<3EF8DE70.A60A7C63@telusplanet.net>...
    > a regluar client for it's outgoing protocol. Then there's the coordination
    > software, etc. to ensure messages & responses do the right thing, like get to
    > the right originating client - in today's world it's a lot like IP-Masq in
    > *nix in each direction.
    >
    > Of course that's mainly for historical interest - now-a-days you'd probably
    > use a protocol bridge at the net leyer, below the SQL*Net layer.

    Well, you *could* get dedicated protocol bridges back in those days.
    The real merit of Oracle's solution back then was that
    each of the bridges would cost you a tremendous bundle,
    *if* you could find one that would work with the mix you
    wanted.

    Oracle's solution could work in any existing box, provided
    a NIC was available for each network. Ie, a software solution.
    And very, very cheap for anyone already using Oracle.

    Cheers
    Nuno Souto
    [email]wizofoz2k@yahoo.com.au.nosp[/email]am
    Nuno Souto Guest

  8. #7

    Default Re: What does TNS stand for?

    "Peter" <peter@nomorenewsspammin.ca> wrote in message
    news:lelhfvc8e59d15qsv5p8dg11l6teh5dsc0@4ax.com...
    > On 24 Jun 2003 14:48:41 -0700, [email]c-eriks@algonet.se[/email] (Christian Eriksson)
    > wrote:
    >
    > >What does TNS stand for as in tnsnames.ora? I guess it's an
    > >abbrevation. T... Name Service? (What is a tnsname?)
    >
    > You can look it up in the glossary of the online manual.
    >
    > [url]http://otn.oracle.com[/url]
    >
    >
    ROFL

    Paul


    Paul Brewer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139