<?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: Accessing the database instance from a remote machine on the listener port in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/accessing-the-database-instance-from-a-remote-machine-on-the/m-p/3362721#M871741</link>
    <description>Hi Kiran,&lt;BR /&gt;&lt;BR /&gt;On the remote machine where you have Oracle client installed did you complete the Net configuration.&lt;BR /&gt;&lt;BR /&gt;If you did then you will see the file tnsnames. ora file in the $ORACLE_HOME/netwrok/admin/ directory (Eg: if the remote machine was your PC and you installed Oracle clinet on your C drive in C:\oracle directory then tnsnames file will be located at C:\oracle\network\admin\tnsnames.ora. Adn this file should have the following entry.&lt;BR /&gt;&lt;BR /&gt;host_sid.WORLD =&lt;BR /&gt;  (DESCRIPTION =&lt;BR /&gt;    (ADDRESS_LIST =&lt;BR /&gt;      (ADDRESS = (PROTOCOL = TCP)(HOST = &lt;HOST_NAME&gt;)(PORT = 1521))&lt;BR /&gt;    )&lt;BR /&gt;    (CONNECT_DATA =&lt;BR /&gt;      (SID = &lt;SID_ANME&gt;)&lt;BR /&gt;      (SERVER = DEDICATED)&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;Here the host is the server name on whoch the oracle database is, sid_name is the database name.&lt;BR /&gt;The above is all for the clinet side. Then on the other server where the database is physically located make sure the listener is runing. Similar to the above you will have the tnsnames.ora and listener.ora files located in $TNS_ADMIN directory and make sure the listener is runing by lsntctl status commnad.&lt;BR /&gt;&lt;BR /&gt;If all is done as above then the simple test to see if you can connect to the database from the remote machine, is at the command prompt type tnsping &lt;NAME&gt; where name is the name that you specisied in the tnsnames.ora file on the client side.&lt;BR /&gt;&lt;BR /&gt;Then you can logon to the database using TOAD.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;/NAME&gt;&lt;/SID_ANME&gt;&lt;/HOST_NAME&gt;</description>
    <pubDate>Mon, 23 Aug 2004 01:33:41 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2004-08-23T01:33:41Z</dc:date>
    <item>
      <title>Accessing the database instance from a remote machine on the listener port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/accessing-the-database-instance-from-a-remote-machine-on-the/m-p/3362719#M871739</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;How do I access the database instance from a remote machine on the listener port using Oracle Client and Toad software. &lt;BR /&gt;I am able to connect toad and oracle client  but it is showing the following error- ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor&lt;BR /&gt;Regards&lt;BR /&gt;Kiran</description>
      <pubDate>Mon, 23 Aug 2004 00:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/accessing-the-database-instance-from-a-remote-machine-on-the/m-p/3362719#M871739</guid>
      <dc:creator>Kiran_27</dc:creator>
      <dc:date>2004-08-23T00:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the database instance from a remote machine on the listener port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/accessing-the-database-instance-from-a-remote-machine-on-the/m-p/3362720#M871740</link>
      <description>Hi there.&lt;BR /&gt;Check your net configuration.&lt;BR /&gt;Try to put the server with the database on it in the hosts file on your system, where you try to connect to the database.&lt;BR /&gt;Then start the net config assistant to check your settings. There is a step in the net config, where you can check the connection.&lt;BR /&gt;Setup the user and password to whatever you need and test the connection. Another way is the tnsping of the database.&lt;BR /&gt;&lt;BR /&gt;tnsping $ORACLE_SID&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Mon, 23 Aug 2004 01:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/accessing-the-database-instance-from-a-remote-machine-on-the/m-p/3362720#M871740</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2004-08-23T01:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the database instance from a remote machine on the listener port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/accessing-the-database-instance-from-a-remote-machine-on-the/m-p/3362721#M871741</link>
      <description>Hi Kiran,&lt;BR /&gt;&lt;BR /&gt;On the remote machine where you have Oracle client installed did you complete the Net configuration.&lt;BR /&gt;&lt;BR /&gt;If you did then you will see the file tnsnames. ora file in the $ORACLE_HOME/netwrok/admin/ directory (Eg: if the remote machine was your PC and you installed Oracle clinet on your C drive in C:\oracle directory then tnsnames file will be located at C:\oracle\network\admin\tnsnames.ora. Adn this file should have the following entry.&lt;BR /&gt;&lt;BR /&gt;host_sid.WORLD =&lt;BR /&gt;  (DESCRIPTION =&lt;BR /&gt;    (ADDRESS_LIST =&lt;BR /&gt;      (ADDRESS = (PROTOCOL = TCP)(HOST = &lt;HOST_NAME&gt;)(PORT = 1521))&lt;BR /&gt;    )&lt;BR /&gt;    (CONNECT_DATA =&lt;BR /&gt;      (SID = &lt;SID_ANME&gt;)&lt;BR /&gt;      (SERVER = DEDICATED)&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;Here the host is the server name on whoch the oracle database is, sid_name is the database name.&lt;BR /&gt;The above is all for the clinet side. Then on the other server where the database is physically located make sure the listener is runing. Similar to the above you will have the tnsnames.ora and listener.ora files located in $TNS_ADMIN directory and make sure the listener is runing by lsntctl status commnad.&lt;BR /&gt;&lt;BR /&gt;If all is done as above then the simple test to see if you can connect to the database from the remote machine, is at the command prompt type tnsping &lt;NAME&gt; where name is the name that you specisied in the tnsnames.ora file on the client side.&lt;BR /&gt;&lt;BR /&gt;Then you can logon to the database using TOAD.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;/NAME&gt;&lt;/SID_ANME&gt;&lt;/HOST_NAME&gt;</description>
      <pubDate>Mon, 23 Aug 2004 01:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/accessing-the-database-instance-from-a-remote-machine-on-the/m-p/3362721#M871741</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-08-23T01:33:41Z</dc:date>
    </item>
  </channel>
</rss>

