<?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 errors/core file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569834#M594465</link>
    <description>yes.. at first time I was thinking in bad configuration.. but them i saw the file joined. I supposed that if you was able to connect with other client, it must be a server problem. I looked a code message as if was a busy address, did you try to stop de listener?&lt;BR /&gt;(lsnrctl stop) .. in other case I was looking in this file, some errors such as but address or config (PORT, HOST ..errors) are you trying to connect to oracle using SQLNET V2 &amp;amp; RPC? ..</description>
    <pubDate>Mon, 27 Aug 2001 20:48:50 GMT</pubDate>
    <dc:creator>Walter Fernandez</dc:creator>
    <dc:date>2001-08-27T20:48:50Z</dc:date>
    <item>
      <title>sqlnet errors/core file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569831#M594462</link>
      <description>We have a K400 10.20 HP-UX with an off-the-shelf application whose client front end uses 8.0.5 sqlnet to connect to an Oracle database 7.3.4 to retrieve data.  The Oracle listner log, nor the HP-UX logs show errors but the client continues to exibit network disconnects in the form of sqlnet error 12547, and 12571.  The clients are also reporting ORA:1012, 3114, and 1041.  Network sniffers(3)show the request from the client is completed without any errors.  We have checked the entire network including firewall and can find nothing.&lt;BR /&gt;&lt;BR /&gt;A core file from the K400 has been attached that reflects NT errors, but we are lost as to what they are trying to tell us.  Your thoughts would be greatly appreciated.</description>
      <pubDate>Fri, 24 Aug 2001 12:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569831#M594462</guid>
      <dc:creator>Rick Bowles</dc:creator>
      <dc:date>2001-08-24T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet errors/core file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569832#M594463</link>
      <description>Hi Rick&lt;BR /&gt;It sounds like a sqlnet trouble, for a bad configuration in the client NT. Did you check the SQL net easy configuration? .. are you using ODBC, to connect to oracle?</description>
      <pubDate>Mon, 27 Aug 2001 14:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569832#M594463</guid>
      <dc:creator>Walter Fernandez</dc:creator>
      <dc:date>2001-08-27T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet errors/core file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569833#M594464</link>
      <description>Walter, we have had Oracle in to look at the server and the client.  By their account the sqlnet easy config is correct.  We also are not using ODBC.&lt;BR /&gt;&lt;BR /&gt;Thanks for taking time to review the information.  Share it with your buddies because it has Oracle, HP and the locals stumped.</description>
      <pubDate>Mon, 27 Aug 2001 16:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569833#M594464</guid>
      <dc:creator>Rick Bowles</dc:creator>
      <dc:date>2001-08-27T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet errors/core file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569834#M594465</link>
      <description>yes.. at first time I was thinking in bad configuration.. but them i saw the file joined. I supposed that if you was able to connect with other client, it must be a server problem. I looked a code message as if was a busy address, did you try to stop de listener?&lt;BR /&gt;(lsnrctl stop) .. in other case I was looking in this file, some errors such as but address or config (PORT, HOST ..errors) are you trying to connect to oracle using SQLNET V2 &amp;amp; RPC? ..</description>
      <pubDate>Mon, 27 Aug 2001 20:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569834#M594465</guid>
      <dc:creator>Walter Fernandez</dc:creator>
      <dc:date>2001-08-27T20:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet errors/core file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569835#M594466</link>
      <description>Hi Rick,&lt;BR /&gt;&lt;BR /&gt;It looks like your tnsnames.ora file is not well configured " missing entries for host".&lt;BR /&gt;&lt;BR /&gt;cd $Oracle_HOME/network/admin&lt;BR /&gt;more tnsnames.ora&lt;BR /&gt;&lt;BR /&gt;it should include entry like the following :&lt;BR /&gt;&lt;BR /&gt;InstanceID = ( DESCRIPTION =&lt;BR /&gt;             (ADDRESS_LIST = ( ADDRESS = ( COMMUNITY = xxx)( PROTOCOL = TCP)(HOST = yyy)(PORT = 1526)))&lt;BR /&gt;             (CONNECT_DATA = ( SID = InstanceID )(GLOBAL_NAME = InstanceID )))&lt;BR /&gt;&lt;BR /&gt;While :&lt;BR /&gt;xxx : Community name &lt;BR /&gt;yyy : Host name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Wed, 29 Aug 2001 15:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569835#M594466</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-29T15:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: sqlnet errors/core file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569836#M594467</link>
      <description>Hello,&lt;BR /&gt;Check for the proper entries in the listener.ora and tnsnames.ora files in $ORACLE_HOME/network/admin directory.&lt;BR /&gt;Also looking at your log file do verify the &lt;BR /&gt;shmmax,shmseg,shmmni parameters.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;G Manikandan</description>
      <pubDate>Sat, 01 Sep 2001 15:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlnet-errors-core-file/m-p/2569836#M594467</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-09-01T15:58:21Z</dc:date>
    </item>
  </channel>
</rss>

