<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tnsnames.ora file - What's the relevance?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843499#M936693</link>
    <description>Jeff &amp;amp; Clay, What services must be running on my pc (Win 2000) for the connection to be established using this file - tnsnames.ora. For e.g., Before running Toad, what services must be running (tnslistener etc.)?&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Nov 2002 23:37:15 GMT</pubDate>
    <dc:creator>Sanjay Verma</dc:creator>
    <dc:date>2002-11-12T23:37:15Z</dc:date>
    <item>
      <title>tnsnames.ora file - What's the relevance??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843496#M936690</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;I need to put the entry of the services / servers that I need to connect, in this file (tnsnames.ora). &lt;BR /&gt;&lt;BR /&gt;Would you be able to explain the working of this file and how does it connect to the respective database using the parameters entered.&lt;BR /&gt;&lt;BR /&gt;Sanjay</description>
      <pubDate>Tue, 12 Nov 2002 22:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843496#M936690</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-12T22:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: tnsnames.ora file - What's the relevance??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843497#M936691</link>
      <description>Hi Sanjay,&lt;BR /&gt;&lt;BR /&gt;The tnsnames.ora file is like a roadmap to all the DBs you may wish to connect to.&lt;BR /&gt;It contains all the info a client would need to find &amp;amp; connect to a DB - such as:&lt;BR /&gt;&lt;BR /&gt;1) SID name - the common name the DB is known as. It's the value NOT in parens.&lt;BR /&gt;&lt;BR /&gt;2) PROTOCOL - the type of transport (TCP, etc) to use to communicate with the DB&lt;BR /&gt;&lt;BR /&gt;3) HOST - Could be a name OR IP&lt;BR /&gt;&lt;BR /&gt;4) PORT = The port number to use to communicate&lt;BR /&gt;&lt;BR /&gt;This file is referrenced when you do something like an sql connect call such as&lt;BR /&gt;&lt;BR /&gt;sqlplus username/password@DBNUM01&lt;BR /&gt;&lt;BR /&gt;It looks up the DBNUM01 value in that file &amp;amp; uses the host/port info to setup the connection.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 12 Nov 2002 23:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843497#M936691</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-11-12T23:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: tnsnames.ora file - What's the relevance??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843498#M936692</link>
      <description>This is a far from trivial question because it involves setting up a listener, defining ports, and hostname resolution.&lt;BR /&gt;&lt;BR /&gt;The best place to start is in ${ORACLE_HOME}/network/admin/samples. That directory will contain a tnsnames.ora sample as well as a listeners.ora sample. If you are only setting up a client then you can probably copy a tnsnames.ora file from another client. You must still be able to resolve hostnames using /etc/hosts, NIS, and/or DNS.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 23:24:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843498#M936692</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-11-12T23:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: tnsnames.ora file - What's the relevance??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843499#M936693</link>
      <description>Jeff &amp;amp; Clay, What services must be running on my pc (Win 2000) for the connection to be established using this file - tnsnames.ora. For e.g., Before running Toad, what services must be running (tnslistener etc.)?&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 23:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843499#M936693</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-12T23:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: tnsnames.ora file - What's the relevance??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843500#M936694</link>
      <description>Verified and found that 3rd party appln. e.g., TOAD, refers to this file but doesn't require any Oracle services to be running.&lt;BR /&gt;&lt;BR /&gt;Thanks Guys.</description>
      <pubDate>Wed, 13 Nov 2002 00:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843500#M936694</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-13T00:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: tnsnames.ora file - What's the relevance??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843501#M936695</link>
      <description>Sanjay,&lt;BR /&gt;&lt;BR /&gt;I think you do need Oracle client&lt;BR /&gt;installed: Toad is looking for &lt;BR /&gt;client libraries: oci.dll,&lt;BR /&gt;which is an API to connect to oracle. After that, Setup &lt;BR /&gt;ORACLE_HOME , a place where&lt;BR /&gt;Toad will start searching for cupported binaries to connect to Oracle. When you specify which DB you need to connect, that's where you need entry in local tnsnames.ora where you'll point&lt;BR /&gt;to Oracle_SID and all its characteristics: which host it's &lt;BR /&gt;on , etc ... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 14:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843501#M936695</guid>
      <dc:creator>Dimitry Snezhkov</dc:creator>
      <dc:date>2002-11-13T14:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: tnsnames.ora file - What's the relevance??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843502#M936696</link>
      <description>Sanjay,&lt;BR /&gt;Install Oracle client for whatever version of database you are trying to connect to.&lt;BR /&gt;&lt;BR /&gt;Run the Net Manager or SQL*NET Easy Configurator application that will be installed after the client.&lt;BR /&gt;&lt;BR /&gt;Follow the wizard which should be intuitive.  You should add an alias, database SID and host IP address that the database resides in.  Your configuration will be saved on completion which builds a tnsnames.ora in ORACLE_HOME.&lt;BR /&gt;&lt;BR /&gt;You can then use the alias that you created to connect to the database with any tool including TOAD.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Kim&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 20:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tnsnames-ora-file-what-s-the-relevance/m-p/2843502#M936696</guid>
      <dc:creator>Kimathi Njeru</dc:creator>
      <dc:date>2002-11-13T20:43:09Z</dc:date>
    </item>
  </channel>
</rss>

