<?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: ulimit and ORA-27092 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752684#M609796</link>
    <description>Actually, the DBA may have found a different error. The *.dbf file is 9G plus a little in size, and set to grow as needed. However, it's growth step is 2G and it's on a 10G filesystem. They're checking it out now. &lt;BR /&gt;&lt;BR /&gt;However, I do like the answers! My forte is not HP/UX, as you might guess.  :)&lt;BR /&gt;&lt;BR /&gt;Leam</description>
    <pubDate>Mon, 14 Feb 2011 19:10:25 GMT</pubDate>
    <dc:creator>Leam Hall</dc:creator>
    <dc:date>2011-02-14T19:10:25Z</dc:date>
    <item>
      <title>ulimit and ORA-27092</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752680#M609792</link>
      <description>&lt;!--!*#--&gt;ORA-27092: size of file exceeds file size limit of the process &lt;BR /&gt;Cause: an attempt was made to open a file that exceeds the process's file size limit (ulimit), additional information shows the current limit (logical blocks) and the size of the file (logical blocks)&lt;BR /&gt;&lt;BR /&gt;I read the ulimit threads I could find but none seemed to reference the file size limit change. I know that it can be done in the /etc/profile or user's .profile. Just need the switch, or how to get the man page that actually has the flags.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Leam&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2011 18:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752680#M609792</guid>
      <dc:creator>Leam Hall</dc:creator>
      <dc:date>2011-02-14T18:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit and ORA-27092</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752681#M609793</link>
      <description>Hi Leam:&lt;BR /&gt;&lt;BR /&gt;The options to 'ulimit' (as viewable and settable) by a shell are documented in the 'sh-posix(1)' manpages.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/c02267598/c02267598.pdf" target="_blank"&gt;http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/c02267598/c02267598.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 14 Feb 2011 18:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752681#M609793</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-02-14T18:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit and ORA-27092</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752682#M609794</link>
      <description>&lt;P&gt;any chance on reporting on youe o/s env, shell etc oh and what you were doing at the time of the error ?&lt;BR /&gt;&lt;BR /&gt;fyi &lt;A href="http://h30499.www3.hp.com/t5/Databases/skgfofi-size-of-file-exceeds-file-size-limit-of-the-process/m-p/3082113#M23121" target="_blank"&gt;http://h30499.www3.hp.com/t5/Databases/skgfofi-size-of-file-exceeds-file-size-limit-of-the-process/m-p/3082113#M23121&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2011 20:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752682#M609794</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2011-09-19T20:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit and ORA-27092</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752683#M609795</link>
      <description>What does "ulimit -a" show?&lt;BR /&gt;For file you probably want "unlimited", which is the default.&lt;BR /&gt;&lt;BR /&gt;So you need to look at /etc/profile or ~/.profile to find where it is restricted.</description>
      <pubDate>Mon, 14 Feb 2011 19:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752683#M609795</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-14T19:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit and ORA-27092</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752684#M609796</link>
      <description>Actually, the DBA may have found a different error. The *.dbf file is 9G plus a little in size, and set to grow as needed. However, it's growth step is 2G and it's on a 10G filesystem. They're checking it out now. &lt;BR /&gt;&lt;BR /&gt;However, I do like the answers! My forte is not HP/UX, as you might guess.  :)&lt;BR /&gt;&lt;BR /&gt;Leam</description>
      <pubDate>Mon, 14 Feb 2011 19:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-and-ora-27092/m-p/4752684#M609796</guid>
      <dc:creator>Leam Hall</dc:creator>
      <dc:date>2011-02-14T19:10:25Z</dc:date>
    </item>
  </channel>
</rss>

