<?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: ORACLE Database Connection Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-connection-problem/m-p/2529660#M868258</link>
    <description>See &lt;A href="http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;safe=off&amp;amp;ic=1&amp;amp;th=d60fc6bb86496593,4&amp;amp;seekm=953322001.23464.0.pluto.d4ee154e%40news.demon.nl#p" target="_blank"&gt;http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;safe=off&amp;amp;ic=1&amp;amp;th=d60fc6bb86496593,4&amp;amp;seekm=953322001.23464.0.pluto.d4ee154e%40news.demon.nl#p&lt;/A&gt;</description>
    <pubDate>Thu, 17 May 2001 10:15:12 GMT</pubDate>
    <dc:creator>Vincenzo Restuccia</dc:creator>
    <dc:date>2001-05-17T10:15:12Z</dc:date>
    <item>
      <title>ORACLE Database Connection Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-connection-problem/m-p/2529659#M868257</link>
      <description>Hello, everyone,&lt;BR /&gt;&lt;BR /&gt;I'm using Server Side Java Script to connect ORACLE Database. But ORACLE Database display the following error:&lt;BR /&gt;&lt;BR /&gt;ORA-1001, Invalid Cursor&lt;BR /&gt;&lt;BR /&gt;My environment is:&lt;BR /&gt;Netscape Enterprise Server 3.6&lt;BR /&gt;Livewire Database Service&lt;BR /&gt;Server Side JS&lt;BR /&gt;ORACLE 7.3.4&lt;BR /&gt;&lt;BR /&gt;If I use sql*plus to connect ORACLE Database, it works.&lt;BR /&gt;&lt;BR /&gt;Who could you give me suggestion?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Holly Liang</description>
      <pubDate>Thu, 17 May 2001 09:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-connection-problem/m-p/2529659#M868257</guid>
      <dc:creator>dqliang_1</dc:creator>
      <dc:date>2001-05-17T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE Database Connection Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-connection-problem/m-p/2529660#M868258</link>
      <description>See &lt;A href="http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;safe=off&amp;amp;ic=1&amp;amp;th=d60fc6bb86496593,4&amp;amp;seekm=953322001.23464.0.pluto.d4ee154e%40news.demon.nl#p" target="_blank"&gt;http://groups.google.com/groups?hl=en&amp;amp;lr=&amp;amp;safe=off&amp;amp;ic=1&amp;amp;th=d60fc6bb86496593,4&amp;amp;seekm=953322001.23464.0.pluto.d4ee154e%40news.demon.nl#p&lt;/A&gt;</description>
      <pubDate>Thu, 17 May 2001 10:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-connection-problem/m-p/2529660#M868258</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-17T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE Database Connection Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-connection-problem/m-p/2529661#M868259</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The following is part of my source code,&lt;BR /&gt;&lt;BR /&gt;database.connect(client.type,&lt;BR /&gt;                 client.server,&lt;BR /&gt;                 client.id,&lt;BR /&gt;                 client.password,&lt;BR /&gt;                 client.database);&lt;BR /&gt;&lt;BR /&gt;The error occurs during database connection phase. I don't think it creates any cursor.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Holly Liang</description>
      <pubDate>Thu, 17 May 2001 10:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-connection-problem/m-p/2529661#M868259</guid>
      <dc:creator>dqliang_1</dc:creator>
      <dc:date>2001-05-17T10:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE Database Connection Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-connection-problem/m-p/2529662#M868260</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check that the value of the OPEN_CURSORS parameter in the Oracle initialization file INIT.ORA is greater than the value of MAXOPENCURSORS. The default value for OPEN_CURSORS is 50.      &lt;BR /&gt;&lt;BR /&gt;The following document from metalink lists the common causes of ORA-1001, Invalid Cursor.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=1007395.6" target="_blank"&gt;http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&amp;amp;p_id=1007395.6&lt;/A&gt;  &lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2001 08:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-connection-problem/m-p/2529662#M868260</guid>
      <dc:creator>John Dixon_1</dc:creator>
      <dc:date>2001-05-18T08:50:48Z</dc:date>
    </item>
  </channel>
</rss>

