<?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 Oracle TNS errors when 100+ users query the database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-tns-errors-when-100-users-query-the-database/m-p/2487662#M801596</link>
    <description>We just started production on Oracle 8.1.6 on HP-UX 11.0. All patches recomended by HP support installed. When the number of connections passes one-hundred and something we start to get the following messages from Oracle. &lt;BR /&gt;&lt;BR /&gt;29-JAN-2001 14:22:13 * (CONNECT_DATA=(SID=mysid)(GLOBAL_NAME=my.world)(CID=(PROGRAM=myprog.exe)(HOST=Windows NT PC)(USER=myuser))) * (ADDRESS=(PROTOCOL=tcp)(HOST=1 &lt;BR /&gt;0.10.10.60)(PORT=4338)) * establish * mysid * 12500&lt;BR /&gt;&lt;BR /&gt;TNS-12500: TNS:listener failed to start a dedicated server process &lt;BR /&gt;&lt;BR /&gt;TNS-12540: TNS:internal limit restriction exceeded &lt;BR /&gt;&lt;BR /&gt;TNS-12560: TNS:protocol adapter error &lt;BR /&gt;&lt;BR /&gt;TNS-00510: Internal limit restriction exceeded &lt;BR /&gt;&lt;BR /&gt;HPUX Error: 12: Not enough space &lt;BR /&gt;&lt;BR /&gt;This seems to be some parametre in HP-UX that is set to low. Any ideas?</description>
    <pubDate>Mon, 29 Jan 2001 17:08:20 GMT</pubDate>
    <dc:creator>Peter Hausken</dc:creator>
    <dc:date>2001-01-29T17:08:20Z</dc:date>
    <item>
      <title>Oracle TNS errors when 100+ users query the database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-tns-errors-when-100-users-query-the-database/m-p/2487662#M801596</link>
      <description>We just started production on Oracle 8.1.6 on HP-UX 11.0. All patches recomended by HP support installed. When the number of connections passes one-hundred and something we start to get the following messages from Oracle. &lt;BR /&gt;&lt;BR /&gt;29-JAN-2001 14:22:13 * (CONNECT_DATA=(SID=mysid)(GLOBAL_NAME=my.world)(CID=(PROGRAM=myprog.exe)(HOST=Windows NT PC)(USER=myuser))) * (ADDRESS=(PROTOCOL=tcp)(HOST=1 &lt;BR /&gt;0.10.10.60)(PORT=4338)) * establish * mysid * 12500&lt;BR /&gt;&lt;BR /&gt;TNS-12500: TNS:listener failed to start a dedicated server process &lt;BR /&gt;&lt;BR /&gt;TNS-12540: TNS:internal limit restriction exceeded &lt;BR /&gt;&lt;BR /&gt;TNS-12560: TNS:protocol adapter error &lt;BR /&gt;&lt;BR /&gt;TNS-00510: Internal limit restriction exceeded &lt;BR /&gt;&lt;BR /&gt;HPUX Error: 12: Not enough space &lt;BR /&gt;&lt;BR /&gt;This seems to be some parametre in HP-UX that is set to low. Any ideas?</description>
      <pubDate>Mon, 29 Jan 2001 17:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-tns-errors-when-100-users-query-the-database/m-p/2487662#M801596</guid>
      <dc:creator>Peter Hausken</dc:creator>
      <dc:date>2001-01-29T17:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle TNS errors when 100+ users query the database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-tns-errors-when-100-users-query-the-database/m-p/2487663#M801597</link>
      <description>TNS-00510  states there are too many files or sockets open simultaneously.  So this may require an increase to the nfile (max # of open files) and with nfile I tend to also look at nproc and maxusers.&lt;BR /&gt;&lt;BR /&gt;I have included a url to a very handy site that gives you the definition for these and Oracle error codes. Hope you find it as useful as I have...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.umbc.edu/help/oracle8/errmsg/A54625_01/toc.htm" target="_blank"&gt;http://www.cs.umbc.edu/help/oracle8/errmsg/A54625_01/toc.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
      <pubDate>Mon, 29 Jan 2001 17:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-tns-errors-when-100-users-query-the-database/m-p/2487663#M801597</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-01-29T17:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle TNS errors when 100+ users query the database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-tns-errors-when-100-users-query-the-database/m-p/2487664#M801598</link>
      <description>Increasing your swap space will prevent this error.&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Mon, 29 Jan 2001 17:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-tns-errors-when-100-users-query-the-database/m-p/2487664#M801598</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2001-01-29T17:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle TNS errors when 100+ users query the database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-tns-errors-when-100-users-query-the-database/m-p/2487665#M801599</link>
      <description>Did you try setting &lt;BR /&gt;chmod 4751 $ORACLE_HOME/bin/tnslsnr&lt;BR /&gt;&lt;BR /&gt;Also make sure you started the listner as oracle s/w owner login and not as any other user</description>
      <pubDate>Thu, 08 Feb 2001 16:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-tns-errors-when-100-users-query-the-database/m-p/2487665#M801599</guid>
      <dc:creator>Sree_2</dc:creator>
      <dc:date>2001-02-08T16:43:55Z</dc:date>
    </item>
  </channel>
</rss>

