<?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: datafile larger then 2048 Mo in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270455#M884397</link>
    <description>THank you very much !&lt;BR /&gt;I install patch PHCO_26738 and I resolve my problem !</description>
    <pubDate>Fri, 07 May 2004 09:27:19 GMT</pubDate>
    <dc:creator>bruandet</dc:creator>
    <dc:date>2004-05-07T09:27:19Z</dc:date>
    <item>
      <title>datafile larger then 2048 Mo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270448#M884390</link>
      <description>Hello, &lt;BR /&gt;Following install ORACLE 9;&lt;BR /&gt;The DBA with created files superior to 2048 Mo. And no error.Then the data were imported successfully and no error.  But when the dBa makes a copy of table in sql it obtains this message: &lt;BR /&gt;&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-01116: error in opening database file 6&lt;BR /&gt;ORA-01110: data file 6: '/U02/oradata/GPF/users01.dbf'&lt;BR /&gt;ORA-27092: skgfofi: size of file exceeds file size limit of the process&lt;BR /&gt;Additional information: 262143&lt;BR /&gt;Additional information: 448001&lt;BR /&gt;--------------------&lt;BR /&gt;J looked at the value of ulimit and:  &lt;BR /&gt;&lt;BR /&gt;# uxsar13:/&amp;gt; ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         unlimited&lt;BR /&gt;stack(kbytes)        29296&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 1500&lt;BR /&gt;&lt;BR /&gt;What to make? and why 262143 (2 Go)&lt;BR /&gt;and when DBA reduce file under 2 Go, that working !&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;Julien.</description>
      <pubDate>Fri, 07 May 2004 04:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270448#M884390</guid>
      <dc:creator>bruandet</dc:creator>
      <dc:date>2004-05-07T04:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: datafile larger then 2048 Mo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270449#M884391</link>
      <description>This is explained (somewhat) in metalink noteid 124822.1&lt;BR /&gt;&lt;BR /&gt;I guess your oracle block size is 8Kb.&lt;BR /&gt;&lt;BR /&gt;1) What is the user used for the SQL copy (Unix user , local or remote)&lt;BR /&gt;&lt;BR /&gt;2) What is the ulimit of this user ?&lt;BR /&gt;ulimit for the user who starts the listener ?&lt;BR /&gt;&lt;BR /&gt;3) Shell used : ksh or POSIX shell ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Fri, 07 May 2004 04:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270449#M884391</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-05-07T04:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: datafile larger then 2048 Mo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270450#M884392</link>
      <description>Bonjour Julien,&lt;BR /&gt;&lt;BR /&gt;Take a look at this thread :&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=550089" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=550089&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Same thing with oerr &lt;BR /&gt;ksh&amp;gt; oerr ora 27092&lt;BR /&gt;27092, 00000, "skgfofi: 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&lt;BR /&gt;//          file size limit (ulimit), additional information shows the current&lt;BR /&gt;//          limit (logical blocks) and the size of the file (logical blocks)&lt;BR /&gt;// *Action: increase the processes file size limit (ulimit) and retry&lt;BR /&gt;&lt;BR /&gt;It's seems that the problem is with ulimit, whether it's not tested for the Oracle user or because there is a flaw in ksh.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Nicolas</description>
      <pubDate>Fri, 07 May 2004 04:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270450#M884392</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-05-07T04:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: datafile larger then 2048 Mo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270451#M884393</link>
      <description>I check 124822.1 in metalink.&lt;BR /&gt;And my db block size is 8kb.&lt;BR /&gt;&lt;BR /&gt;1) user for sql copy is Unix user local (gpfadm)&lt;BR /&gt;and when I do ulimit -a for this user I have : &lt;BR /&gt;&lt;BR /&gt;gpfadm:/home/gpfadm &amp;gt; ulimit -a&lt;BR /&gt;ksh: ulimit: bad option(s)&lt;BR /&gt;&lt;BR /&gt;and when I do ulimit&lt;BR /&gt;gpfadm:/home/gpfadm &amp;gt; ulimit&lt;BR /&gt;4194303&lt;BR /&gt;&lt;BR /&gt;user who launch oracle is oracle9 and when I do ulimit thas is same of user gpfadm&lt;BR /&gt;:ulimit -a&lt;BR /&gt;ksh: ulimit: bad option(s)&lt;BR /&gt;ulimit&lt;BR /&gt;4194303&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3) Oracle are installed whith user oracle9 in sh, but that I chosse then in Ksh.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 May 2004 04:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270451#M884393</guid>
      <dc:creator>bruandet</dc:creator>
      <dc:date>2004-05-07T04:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: datafile larger then 2048 Mo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270452#M884394</link>
      <description>Use POSIX-shell&lt;BR /&gt;and try again&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Fri, 07 May 2004 05:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270452#M884394</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-05-07T05:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: datafile larger then 2048 Mo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270453#M884395</link>
      <description>I would check the below things&lt;BR /&gt;&lt;BR /&gt;1.check the .profile file of the  oracle user to see whether the oraenv script is present in the startup file.&lt;BR /&gt;&lt;BR /&gt;THis oraenv file sets the ulimit value as 4194303&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;Remove the script from .profile or change the script from "4194303&lt;BR /&gt;" to "unlimited" in the "if condition".&lt;BR /&gt;If that is not present.&lt;BR /&gt;&lt;BR /&gt;2.Load the patches&lt;BR /&gt;PHCO_26783 (11.00)&lt;BR /&gt;PHCO_27019 (11.11)&lt;BR /&gt;which should make the ulimit values for ksh to unlimited.&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Fri, 07 May 2004 09:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270453#M884395</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-05-07T09:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: datafile larger then 2048 Mo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270454#M884396</link>
      <description>This is a bug with oracle.check the attached metalink note&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 May 2004 09:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270454#M884396</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-05-07T09:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: datafile larger then 2048 Mo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270455#M884397</link>
      <description>THank you very much !&lt;BR /&gt;I install patch PHCO_26738 and I resolve my problem !</description>
      <pubDate>Fri, 07 May 2004 09:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270455#M884397</guid>
      <dc:creator>bruandet</dc:creator>
      <dc:date>2004-05-07T09:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: datafile larger then 2048 Mo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270456#M884398</link>
      <description>In a more general way, try to be compliant with the metalink document ID 169706.1. It is oftenly updated and is a good references for needed patches.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 07 May 2004 09:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-larger-then-2048-mo/m-p/3270456#M884398</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-05-07T09:40:26Z</dc:date>
    </item>
  </channel>
</rss>

