Ask a Question related to Oracle Server, Design and Development.
-
Christian Eriksson #1
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
-
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... -
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... -
stand alone
How do I make a DBase standalone? Greg -
What does XP stand for?
Any idea? -
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... -
Dave Hau #2
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
-
Dave Hau #3
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
-
Peter #4
Re: What does TNS stand for?
On 24 Jun 2003 14:48:41 -0700, [email]c-eriks@algonet.se[/email] (Christian Eriksson)
wrote:
You can look it up in the glossary of the online manual.>What does TNS stand for as in tnsnames.ora? I guess it's an
>abbrevation. T... Name Service? (What is a tnsname?)
[url]http://otn.oracle.com[/url]
Peter Guest
-
Hans Forbrich #5
Re: What does TNS stand for?
Dave Hau wrote:
Following is dredging up some old memories - I no longer have my copy of the> 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
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
-
Nuno Souto #6
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
-
Paul Brewer #7
Re: What does TNS stand for?
"Peter" <peter@nomorenewsspammin.ca> wrote in message
news:lelhfvc8e59d15qsv5p8dg11l6teh5dsc0@4ax.com...ROFL> 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]
>
>
Paul
Paul Brewer Guest



Reply With Quote

