What is TNS File
Answers were Sorted based on User's Feedback
Answer / s.gousalya
TNS stands for TRANSPARENT NETWORK SUBSTRATE.
it is sql*net configuration file that defines datbases
address for establishing connection to them.
| Is This Answer Correct ? | 75 Yes | 6 No |
Answer / saravana pandian
it is sql*net configuration file, that is used to define
datbases address for establishing connection to them.
| Is This Answer Correct ? | 38 Yes | 5 No |
Answer / suvendu boity
TNS stands for Transparent Network Substrate.it means that's the software Oracle uses to manage connections usuing this TNS.
| Is This Answer Correct ? | 20 Yes | 5 No |
Answer / kumar
transparent network substrate for establishing connection
to them.
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / noor alam
It stands for Transparent Network Substrate. which is mainly responsible for connection with the oracle engine.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / naresh kumar
Transparent Network Substrate (TNS) is an Oracle computer networking technology that allows peer-to-peer connectivity where no machine-level connectivity can occur. It provides a user-transparent layer that enables a heterogeneous network consisting of different protocols to function as a homogeneous network. TNS forms a transparent layer to which different network protocols can connect. It provides a network of applications above the existing networks of computers.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shrikant
TNS (Transparent Network Substrate) is Oracle's networking
architecture. TNS provides a uniform application interface
to enable network applications to access the underlying
network protocols transparently.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between an Oracle Schema and an Oracle Instance?
How to use like conditions in oracle?
What is a read write transaction in oracle?
11. Display the client number and name and the client number and name of the person who referred that client.
What is meant by recursive hints in oracle?
How to get maxsal , minsal, ename department wise in single query
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
if you ctreate table identity
waht is the difference between primary key and super key?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
How to assign query results to variables?