<?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 Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem/m-p/2791479#M943387</link>
    <description>Hello guys,&lt;BR /&gt;I was find the follow error on my server:&lt;BR /&gt;&lt;BR /&gt;alter database open resetlog &lt;BR /&gt;&amp;gt;                     * &lt;BR /&gt;&amp;gt; ORA-02288: invalid OPEN mode &lt;BR /&gt;&amp;gt; SVRMGR&amp;gt; alter database open resetlogs; &lt;BR /&gt;&amp;gt; alter database open resetlogs &lt;BR /&gt;&amp;gt; * &lt;BR /&gt;&amp;gt; ORA-00344: unable to re-create online log &lt;BR /&gt;&amp;gt; '/IDX01/oradata/RTS/redo_g1m1.log' &lt;BR /&gt;&amp;gt; ORA-27077: skgfofi: too many files open &lt;BR /&gt;&amp;gt; SVRMGR&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Can somebody help me &lt;BR /&gt;&lt;BR /&gt;Manuel</description>
    <pubDate>Thu, 22 Aug 2002 07:26:29 GMT</pubDate>
    <dc:creator>Manuel_8</dc:creator>
    <dc:date>2002-08-22T07:26:29Z</dc:date>
    <item>
      <title>Oracle Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem/m-p/2791479#M943387</link>
      <description>Hello guys,&lt;BR /&gt;I was find the follow error on my server:&lt;BR /&gt;&lt;BR /&gt;alter database open resetlog &lt;BR /&gt;&amp;gt;                     * &lt;BR /&gt;&amp;gt; ORA-02288: invalid OPEN mode &lt;BR /&gt;&amp;gt; SVRMGR&amp;gt; alter database open resetlogs; &lt;BR /&gt;&amp;gt; alter database open resetlogs &lt;BR /&gt;&amp;gt; * &lt;BR /&gt;&amp;gt; ORA-00344: unable to re-create online log &lt;BR /&gt;&amp;gt; '/IDX01/oradata/RTS/redo_g1m1.log' &lt;BR /&gt;&amp;gt; ORA-27077: skgfofi: too many files open &lt;BR /&gt;&amp;gt; SVRMGR&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Can somebody help me &lt;BR /&gt;&lt;BR /&gt;Manuel</description>
      <pubDate>Thu, 22 Aug 2002 07:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem/m-p/2791479#M943387</guid>
      <dc:creator>Manuel_8</dc:creator>
      <dc:date>2002-08-22T07:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem/m-p/2791480#M943388</link>
      <description>At &lt;A href="http://storacle.princeton.edu:9001/oracle8-doc/server.805/a58312/newch294.htm" target="_blank"&gt;http://storacle.princeton.edu:9001/oracle8-doc/server.805/a58312/newch294.htm&lt;/A&gt; i read:&lt;BR /&gt;ORA-27077: skgfofi: too many files open &lt;BR /&gt;Cause: This is an internal error. The number of files opened through skgfofi has reached the limit. &lt;BR /&gt;Action: Look for trace file, and contact Oracle Support&lt;BR /&gt;&lt;BR /&gt;Hmmm.. can you look if the OS has reached full file table as well? -&amp;gt; /var/adm/syslog/syslog.log : file table full ... or something like it..&lt;BR /&gt;If not.. there should be an Oracle internal variable keeping track of max files open...&lt;BR /&gt;But as far as i can see (i.e. &lt;A href="http://www.oaug.org/upgdsig/PrePostInstallationUpgradeChecklistHP-UX.htm" target="_blank"&gt;http://www.oaug.org/upgdsig/PrePostInstallationUpgradeChecklistHP-UX.htm&lt;/A&gt;  the Oracle SGA kernel uses nproc, nfile, nflocks, maxusers and maxdsiz from the OS?!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Thu, 22 Aug 2002 07:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem/m-p/2791480#M943388</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-22T07:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem/m-p/2791481#M943389</link>
      <description>I think the number of open files limit is reached.&lt;BR /&gt;&lt;BR /&gt;Just check using &lt;BR /&gt;&lt;BR /&gt;#ulimit -aS&lt;BR /&gt;&lt;BR /&gt;To find the value of number o f open files limit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you can increase it by using&lt;BR /&gt;&lt;BR /&gt;/usr/bin/ulimit -Sn 1000 &lt;BR /&gt;&lt;BR /&gt;This will increase the maxfiles to 1000.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also you can do this using the kernel by increasing the parameter &lt;BR /&gt;&lt;BR /&gt;maxfiles ----&amp;gt;This is the soft limit for open files&lt;BR /&gt;&lt;BR /&gt;maxfiles_lim---&amp;gt;This is the hard limit for the open files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 07:40:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem/m-p/2791481#M943389</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-22T07:40:05Z</dc:date>
    </item>
  </channel>
</rss>

