<?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: sqlnet.ora doubt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153606#M901102</link>
    <description>Kapil,&lt;BR /&gt;&lt;BR /&gt;sqlnet.ora file is a file used for resolving network addresses and the order of resolution.&lt;BR /&gt;&lt;BR /&gt;With &lt;BR /&gt;NAMES.DIRECTORY_PATH = (TNSNAMES, ONAMES)&lt;BR /&gt;&lt;BR /&gt;deciding which configuration files to search for the order of resolution&lt;BR /&gt;&lt;BR /&gt;First it checks the tnsnames.ora and then the name server onames configuration file for resolving the services.&lt;BR /&gt;&lt;BR /&gt;Any further help please revert&lt;BR /&gt;&lt;BR /&gt;Do you have a name server with name HOSTNAME&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Dec 2003 01:53:36 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-12-30T01:53:36Z</dc:date>
    <item>
      <title>sqlnet.ora doubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153605#M901101</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;I am basically a Sysadmin .... But would like to know what this line says .....&lt;BR /&gt;&lt;BR /&gt;In one of my boxes there is a file called /etc/sqlnet.ora which states as follows ..&lt;BR /&gt;&lt;BR /&gt;NAMES.DIRECTORY_PATH = (TNSNAMES, ONAMES)                                                        &lt;BR /&gt;What is the effect of the path when it's mentioned as (TNSNAMES, HOSTNAME) and how does it work? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Tue, 30 Dec 2003 01:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153605#M901101</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2003-12-30T01:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet.ora doubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153606#M901102</link>
      <description>Kapil,&lt;BR /&gt;&lt;BR /&gt;sqlnet.ora file is a file used for resolving network addresses and the order of resolution.&lt;BR /&gt;&lt;BR /&gt;With &lt;BR /&gt;NAMES.DIRECTORY_PATH = (TNSNAMES, ONAMES)&lt;BR /&gt;&lt;BR /&gt;deciding which configuration files to search for the order of resolution&lt;BR /&gt;&lt;BR /&gt;First it checks the tnsnames.ora and then the name server onames configuration file for resolving the services.&lt;BR /&gt;&lt;BR /&gt;Any further help please revert&lt;BR /&gt;&lt;BR /&gt;Do you have a name server with name HOSTNAME&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Dec 2003 01:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153606#M901102</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-12-30T01:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet.ora doubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153607#M901103</link>
      <description>Hi there.&lt;BR /&gt;If you go for (TNSNAMES, HOSTNAME),&lt;BR /&gt;possible connections will be checked first in TNSNAMES.ORA, then in your hosts file&lt;BR /&gt;( mostly /etc/hosts).&lt;BR /&gt;&lt;BR /&gt;Extract from Oracle SQLNet manual :&lt;BR /&gt;&lt;BR /&gt;-------------------------&lt;BR /&gt;&lt;BR /&gt;Configuring the Host Naming Method&lt;BR /&gt;In environments where simple connectivity is desired, host naming can eliminate the need for service name lookup in the tnsnames.ora files. However, for large or complex environments where advanced features such as connection pooling, external procedures, or Heterogeneous Services, which require additional connect information, are desired, host naming is not suitable. In these cases, another naming method is recommended. &lt;BR /&gt;&lt;BR /&gt;The host naming method is available for TCP/IP network environments only. When instances register with the listener, the global database name of the server, a name comprised of the database name and domain name. The global database name is equal to a host name on an alias in an existing name resolution service. Clients use this name in their connect string to connect to the database. &lt;BR /&gt;&lt;BR /&gt;Clients may connect to a server using the alias if: &lt;BR /&gt;&lt;BR /&gt;You are connecting to an Oracle8i database service with Net8 Server/Net8 Client software installed &lt;BR /&gt;&lt;BR /&gt;Your client and server are connecting over a TCP/IP protocol &lt;BR /&gt;&lt;BR /&gt;All names are resolved through an IP address translation mechanism such as Domain Name System (DNS), or a centrally maintained TCP/IP hosts file &lt;BR /&gt;&lt;BR /&gt;No advanced features like Oracle Connection Manager or security are requested or required &lt;BR /&gt;&lt;BR /&gt;-------------------------------&lt;BR /&gt;Extract end&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. ERmes</description>
      <pubDate>Tue, 30 Dec 2003 01:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153607#M901103</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2003-12-30T01:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet.ora doubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153608#M901104</link>
      <description>TNSNAMES, HOSTNAME) would define the order as tnsnames.ora and then the /etc/hosts file on unix.&lt;BR /&gt;&lt;BR /&gt;This configuration of &lt;BR /&gt;&lt;BR /&gt;NAMES_DIRECTORY_PATH=(hostname)&lt;BR /&gt;&lt;BR /&gt;This would make resolve without any client side configuration file.&lt;BR /&gt;&lt;BR /&gt;HOSTNAME adapter is only for the TCP/IP based connection which is using NET8.&lt;BR /&gt;&lt;BR /&gt;Also the listener.ora file on the server side should be configured such a way that the connection is established.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Dec 2003 02:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153608#M901104</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-12-30T02:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet.ora doubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153609#M901105</link>
      <description>Thanks a million .....&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Tue, 30 Dec 2003 02:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153609#M901105</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2003-12-30T02:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet.ora doubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153610#M901106</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;To add to above replies, please note that sqlnet.ora is an OPTIONAL file.&lt;BR /&gt;&lt;BR /&gt;attached an interesting note from metalink (1006437.6)&lt;BR /&gt;&lt;BR /&gt;Best wishes&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Dec 2003 02:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-ora-doubt/m-p/3153610#M901106</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-12-30T02:50:46Z</dc:date>
    </item>
  </channel>
</rss>

