![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What does TNS stand for as in tnsnames.ora? I guess it's an abbrevation. T... Name Service? (What is a tnsname?) |
#3
| |||
| |||
|
|
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! |
#4
| |||
| |||
|
|
What does TNS stand for as in tnsnames.ora? I guess it's an abbrevation. T... Name Service? (What is a tnsname?) |
#5
| |||
| |||
|
|
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 |
#6
| |||
| |||
|
|
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. |
#7
| |||
| |||
|
|
On 24 Jun 2003 14:48:41 -0700, c-eriks (AT) algonet (DOT) se (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. http://otn.oracle.com ROFL |
![]() |
| Thread Tools | |
| Display Modes | |
| |