<?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 sort error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694748#M843047</link>
    <description>When the Oracle DBA trys to do a sort, we get the following error(s):&lt;BR /&gt;ORA-01114: IO error writing block to file 4001&lt;BR /&gt;ORA-27072: skgfdisp: I/O error&lt;BR /&gt;HP-UX Error: 27: File too large.&lt;BR /&gt;&lt;BR /&gt;We have largefiles activated on this filesystem.  Sort gets to 30.5GB in size on a temp filesystem large enough to hold it, then bombs out. &lt;BR /&gt;Oracle version is 9i.  HP-UX 11.0 OS.  JFS Version 3.3.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Mon, 01 Apr 2002 18:46:43 GMT</pubDate>
    <dc:creator>Joe Redman</dc:creator>
    <dc:date>2002-04-01T18:46:43Z</dc:date>
    <item>
      <title>Oracle sort error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694748#M843047</link>
      <description>When the Oracle DBA trys to do a sort, we get the following error(s):&lt;BR /&gt;ORA-01114: IO error writing block to file 4001&lt;BR /&gt;ORA-27072: skgfdisp: I/O error&lt;BR /&gt;HP-UX Error: 27: File too large.&lt;BR /&gt;&lt;BR /&gt;We have largefiles activated on this filesystem.  Sort gets to 30.5GB in size on a temp filesystem large enough to hold it, then bombs out. &lt;BR /&gt;Oracle version is 9i.  HP-UX 11.0 OS.  JFS Version 3.3.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 01 Apr 2002 18:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694748#M843047</guid>
      <dc:creator>Joe Redman</dc:creator>
      <dc:date>2002-04-01T18:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sort error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694749#M843048</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This might be due to the database started with the database owner (oracle) shell variable ulimit set to a value lower than the datafile size.&lt;BR /&gt;&lt;BR /&gt;to check:&lt;BR /&gt;ulimit -a&lt;BR /&gt;check for file (blocks)&lt;BR /&gt;set this to unlimited or a value bigger than your temp datafile size, and restart the database with new setting.&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Apr 2002 21:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694749#M843048</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-04-01T21:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sort error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694750#M843049</link>
      <description>Andreas, thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;Ulimit for Oracle already set to unlimited.&lt;BR /&gt;&lt;BR /&gt;I was wondering if this could be a potential disk problem as everything else checks out although, disk mounts and checks out okay.&lt;BR /&gt;&lt;BR /&gt;We are going to try a couple of other things and I will let all know how it comes out via this forum.&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Tue, 02 Apr 2002 13:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694750#M843049</guid>
      <dc:creator>Joe Redman</dc:creator>
      <dc:date>2002-04-02T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sort error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694751#M843050</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am not 100% sure but doesn't sort when running pipe through a temp file so if after a crash it leaves a 30Gig file would the temp file be about the same size ?  &lt;BR /&gt;&lt;BR /&gt;30 +30 = BIG&lt;BR /&gt;- crash, and tmp file dissapears &lt;BR /&gt;- so only evidence of this is the 30 gig file.&lt;BR /&gt;As the 30 + 30 is BIG will your disk handle this?&lt;BR /&gt;&lt;BR /&gt;Is the temp file placed in /tmp ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just some ideas&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Tue, 02 Apr 2002 13:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694751#M843050</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-04-02T13:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sort error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694752#M843051</link>
      <description>Hi again&lt;BR /&gt;&lt;BR /&gt;Im a litle bit on thin ice here but anyway;&lt;BR /&gt;I take it that the sort is done in the TEMP tablespace, and that the tablespace is created with the temporary storage option.&lt;BR /&gt;&lt;BR /&gt;What happens is that Oracle creates the tablespace file, but does infact not claim the space until the FIRST time you make use of this space.&lt;BR /&gt;&lt;BR /&gt;So what you see as plenty of free space in your filesystem might infact not be enough.&lt;BR /&gt;&lt;BR /&gt;So if your temp tablespace is 30 GB you need 30GB free (at least) + if allowing the tablespace to grow (autoextend) you'll need space for this as well.&lt;BR /&gt;&lt;BR /&gt;You might also want to check / apply the latest vxfs patches, so they conform to Oracles latest release note.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Tue, 02 Apr 2002 14:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sort-error/m-p/2694752#M843051</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-04-02T14:15:08Z</dc:date>
    </item>
  </channel>
</rss>

