<?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: Max Oracle Export Size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956568#M813680</link>
    <description>hi, &lt;BR /&gt;&lt;BR /&gt;You can also try another solution if you are running 8i or later: &lt;BR /&gt;&lt;BR /&gt;E.g. &lt;BR /&gt;$ORACLE_HOME/bin/exp $ACC_PASS filesize=1024M file=\($DMP_PATH1/yddbexp"$dt"FULLa.dmp, $DMP_PATH1/yddbexp"$dt"FULLb.dmp, $DMP_PATH1/yddbexp"$dt"FULLc.dmp, $DMP_PATH1/yddbexp"$dt"FULLd.dmp, $DMP_PATH1/yddbexp"$dt"FULLe.dmp\) buffer=409600 log=$LOG_PATH/yddbexp"$dt"FULL.log full=Y grants=Y rows=Y compress=N direct=n &lt;BR /&gt;&lt;BR /&gt;Hope this helps too! &lt;BR /&gt;&lt;BR /&gt;Best Regards &lt;BR /&gt;Yogeeraj</description>
    <pubDate>Wed, 23 Apr 2003 03:27:50 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2003-04-23T03:27:50Z</dc:date>
    <item>
      <title>Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956558#M813670</link>
      <description>I know there was a couple other postings regarding this but it was not exactly my problem.  I am using oracle 8.0.4 on a hp-ux 11.  One of our databases export files have reached 2gig and cancels itself at that point.  Does anyone have any suggestions that may help.&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 22 Apr 2003 15:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956558#M813670</guid>
      <dc:creator>Derek Baxter</dc:creator>
      <dc:date>2003-04-22T15:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956559#M813671</link>
      <description>Is the filesystem you are exporting to enabled for largefiles?&lt;BR /&gt;&lt;BR /&gt;# fsadm /filesystem_name&lt;BR /&gt;&lt;BR /&gt;If it is not largefiles enabled, you will need to do that.&lt;BR /&gt;&lt;BR /&gt;If you have online JFS you can do:&lt;BR /&gt;&lt;BR /&gt;# fsadm -o largefiles /filesystem_name&lt;BR /&gt;&lt;BR /&gt;You will also need to check /etc/fstab and make sure that that filesystem has the largefiles mount option there so it gets mounted correctly next time you reboot.</description>
      <pubDate>Tue, 22 Apr 2003 15:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956559#M813671</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-04-22T15:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956560#M813672</link>
      <description>The problem is not oracle.  Its the filesystem.&lt;BR /&gt;&lt;BR /&gt;You need to enable the filesystem for largefiles.&lt;BR /&gt;&lt;BR /&gt;If you have onlineJFS you can upgrade the filesystem via the fsadm command.&lt;BR /&gt;&lt;BR /&gt;If like me, you don't have these powers yet, you need to back up the fs and then use newfs to recreate the fs.&lt;BR /&gt;&lt;BR /&gt;umount /fs&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg01/rfs&lt;BR /&gt;&lt;BR /&gt;mount /fs&lt;BR /&gt;&lt;BR /&gt;Now its up and clean and ready for largefiles mount.&lt;BR /&gt;&lt;BR /&gt;For 11i you don't need the largefiles parameter in the /etc/fstab file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Apr 2003 15:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956560#M813672</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-22T15:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956561#M813673</link>
      <description>I spoke with our Unix Administrator.  We checked the system with fstab and it showed the following for this directory&lt;BR /&gt;/dev/vg107/lvol107 /u107 vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;So i believe taht Largefiles are enabled.</description>
      <pubDate>Tue, 22 Apr 2003 15:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956561#M813673</guid>
      <dc:creator>Derek Baxter</dc:creator>
      <dc:date>2003-04-22T15:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956562#M813674</link>
      <description>Ask your unix admin to do:&lt;BR /&gt;&lt;BR /&gt;# fsadm /u107&lt;BR /&gt;&lt;BR /&gt;What does it return?&lt;BR /&gt;&lt;BR /&gt;What happes if you try to create a 3GB file in that directory?&lt;BR /&gt;&lt;BR /&gt;# prealloc testfile 3000000000&lt;BR /&gt;&lt;BR /&gt;That will create a file called testfile of 3,000,000,000 size or approx. 3 GB.</description>
      <pubDate>Tue, 22 Apr 2003 16:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956562#M813674</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-04-22T16:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956563#M813675</link>
      <description>Check the ulimit (ulimit -a) for user oracle.&lt;BR /&gt;&lt;BR /&gt;Also, you can unmount a filesystem, fsck it, and set the largefiles bit using the standard version of fsadm (see fsadm_vxfs man page).</description>
      <pubDate>Tue, 22 Apr 2003 16:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956563#M813675</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-04-22T16:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956564#M813676</link>
      <description>by running fsadm /u107 i get the following:&lt;BR /&gt;fsadm: /etc/default/fs is used for determining the file system type&lt;BR /&gt;nomultifsets&lt;BR /&gt;largefiles   &lt;BR /&gt;by running prealloc testfile 3000000000 i create a 3gig file in /u107 with no error.&lt;BR /&gt;and by running ulimit -a for oracle it shows&lt;BR /&gt;file(blocks) ulimited&lt;BR /&gt;&lt;BR /&gt;It looks to me like it is capable of making files that are bigger.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2003 17:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956564#M813676</guid>
      <dc:creator>Derek Baxter</dc:creator>
      <dc:date>2003-04-22T17:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956565#M813677</link>
      <description>OK, your filesystem can support largefiles.  &lt;BR /&gt;&lt;BR /&gt;It appears that it's time to dig into Oracle.&lt;BR /&gt;&lt;BR /&gt;Unfortunately I'm not an Oracle person.</description>
      <pubDate>Tue, 22 Apr 2003 17:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956565#M813677</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-04-22T17:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956566#M813678</link>
      <description>I should be able to help.  &lt;BR /&gt;&lt;BR /&gt;There is a cron patch that you will have to install if your export is being initiated by cron.&lt;BR /&gt;&lt;BR /&gt;The ulimit for all ksh processes maxes at  2 GB/file.&lt;BR /&gt;&lt;BR /&gt;if you echo your ulimit through the shells and it still fails it's most probable cause is the cron ulimit.&lt;BR /&gt;&lt;BR /&gt;You can get it at the itrc search for the latest cron cumulative. you'll be all right.</description>
      <pubDate>Tue, 22 Apr 2003 18:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956566#M813678</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-04-22T18:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956567#M813679</link>
      <description>The way that we do it is to export to a pipe, and we normally compress the pipe as well.  The following is a quick represenation.&lt;BR /&gt;&lt;BR /&gt;mknod exp_pipe p&lt;BR /&gt;compress &amp;lt; exp_pipe &amp;gt; expdat.dmp.Z &amp;amp;&lt;BR /&gt;exp userid=&lt;USER&gt; file=exp_pipe full=y&lt;BR /&gt;&lt;BR /&gt;This will export the database to a compressed file called "expdat.dmp.Z".  To import it, you can uncompress it and import normally, or do the following:&lt;BR /&gt;&lt;BR /&gt;mknod imp_pipe p&lt;BR /&gt;uncompress &amp;lt; expdat.dmp.Z &amp;gt; imp_pipe&lt;BR /&gt;imp userid=&lt;USER&gt; file=imp_pipe full=y&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;/USER&gt;&lt;/USER&gt;</description>
      <pubDate>Tue, 22 Apr 2003 19:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956567#M813679</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-04-22T19:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956568#M813680</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;You can also try another solution if you are running 8i or later: &lt;BR /&gt;&lt;BR /&gt;E.g. &lt;BR /&gt;$ORACLE_HOME/bin/exp $ACC_PASS filesize=1024M file=\($DMP_PATH1/yddbexp"$dt"FULLa.dmp, $DMP_PATH1/yddbexp"$dt"FULLb.dmp, $DMP_PATH1/yddbexp"$dt"FULLc.dmp, $DMP_PATH1/yddbexp"$dt"FULLd.dmp, $DMP_PATH1/yddbexp"$dt"FULLe.dmp\) buffer=409600 log=$LOG_PATH/yddbexp"$dt"FULL.log full=Y grants=Y rows=Y compress=N direct=n &lt;BR /&gt;&lt;BR /&gt;Hope this helps too! &lt;BR /&gt;&lt;BR /&gt;Best Regards &lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 23 Apr 2003 03:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956568#M813680</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-04-23T03:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956569#M813681</link>
      <description>Hi,&lt;BR /&gt;The 32bit issue affects Oracle in a number of ways. In order to use large files you need to have: &lt;BR /&gt;1. An operating system that supports 2Gb+ files or raw devices   &lt;BR /&gt;2. An operating system which has an API to support I/O on 2Gb+ files   &lt;BR /&gt;3. A version of Oracle which uses this API &lt;BR /&gt;&lt;BR /&gt;At the time of writing most versions of export use the default file open API when creating an export file. This means that on many platforms it is impossible to export a file of 2Gb or larger to a file system file.   &lt;BR /&gt;&lt;BR /&gt;There are several options available to overcome 2Gb file limits with export such as:- &lt;BR /&gt;&lt;BR /&gt;-It is generally possible to write an export &amp;gt; 2Gb to a raw device. Obviously the raw device has to be  large enough to fit the entire export into it.   &lt;BR /&gt;&lt;BR /&gt;- By exporting to a named pipe (on Unix) one can compress, zip or split up the output.   &lt;BR /&gt;&lt;BR /&gt;- One can export to tape (on most platforms)             &lt;BR /&gt;&lt;BR /&gt;- Oracle8i allows you to write an export to multiple export files rather than to one large export file. &lt;BR /&gt;&lt;BR /&gt;To Exporting &amp;gt;2Gb on Unix"    &lt;BR /&gt;Calculating the size of an export file.&lt;BR /&gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  &lt;BR /&gt; % mknod /tmp/exp_pipe p   &lt;BR /&gt; % dd if=/tmp/exp_pipe of=/dev/null bs=1024 &amp;amp;   &lt;BR /&gt; % exp file=/tmp/exp_pipe &lt;OTHER options=""&gt;   &lt;BR /&gt;&lt;BR /&gt; This will return the number of of 1K blocks the export file will be in &lt;BR /&gt;&lt;BR /&gt; the following format :  &lt;NO. of="" 1k="" blocks=""&gt;+0 records in  &lt;BR /&gt;&lt;NO. of="" 1k="" blocks=""&gt;+0 records out  &lt;BR /&gt;&lt;BR /&gt;Hope tis helps&lt;/NO.&gt;&lt;/NO.&gt;&lt;/OTHER&gt;</description>
      <pubDate>Wed, 23 Apr 2003 04:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956569#M813681</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-04-23T04:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956570#M813682</link>
      <description>The 32bit issue affects Oracle in a number of ways. In order to use large files you need to have: &lt;BR /&gt;1. An operating system that supports 2Gb+ files or raw devices   &lt;BR /&gt;2. An operating system which has an API to support I/O on 2Gb+ files   &lt;BR /&gt;3. A version of Oracle which uses this API &lt;BR /&gt;&lt;BR /&gt;At the time of writing most versions of export use the default file open API when creating an export file. This means that on many platforms it is impossible to export a file of 2Gb or larger to a file system file.   &lt;BR /&gt;&lt;BR /&gt;There are several options available to overcome 2Gb file limits with export such as:- &lt;BR /&gt;&lt;BR /&gt;-It is generally possible to write an export &amp;gt; 2Gb to a raw device. Obviously the raw device has to be  large enough to fit the entire export into it.   &lt;BR /&gt;&lt;BR /&gt;- By exporting to a named pipe (on Unix) one can compress, zip or split up the output.   &lt;BR /&gt;&lt;BR /&gt;- One can export to tape (on most platforms)             &lt;BR /&gt;&lt;BR /&gt;- Oracle8i allows you to write an export to multiple export files rather than to one large export file. &lt;BR /&gt;&lt;BR /&gt;To Exporting &amp;gt;2Gb on Unix"    &lt;BR /&gt;Calculating the size of an export file.&lt;BR /&gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  &lt;BR /&gt; % mknod /tmp/exp_pipe p   &lt;BR /&gt; % dd if=/tmp/exp_pipe of=/dev/null bs=1024 &amp;amp;   &lt;BR /&gt; % exp file=/tmp/exp_pipe &lt;OTHER options=""&gt;   &lt;BR /&gt;&lt;BR /&gt; This will return the number of of 1K blocks the export file will be in &lt;BR /&gt;&lt;BR /&gt; the following format :  &lt;NO. of="" 1k="" blocks=""&gt;+0 records in  &lt;BR /&gt;&lt;NO. of="" 1k="" blocks=""&gt;+0 records out  &lt;BR /&gt;&lt;BR /&gt;I hope this helps&lt;/NO.&gt;&lt;/NO.&gt;&lt;/OTHER&gt;</description>
      <pubDate>Wed, 23 Apr 2003 04:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956570#M813682</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-04-23T04:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956571#M813683</link>
      <description>I assume that you are compressing it to .Z or .gz. If it is running out of cron you could be generating a file limited by cron.  I went through that after putting in a previous cron patch.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 23 Apr 2003 17:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956571#M813683</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-04-23T17:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Max Oracle Export Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956572#M813684</link>
      <description>We installed the cron patch.  We are able to make files from cron that are 3 gig, but the export still failed.  I will try to see if i can get it to work with the pipes.  &lt;BR /&gt;Again thanks for all the help everyone.</description>
      <pubDate>Wed, 23 Apr 2003 19:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-oracle-export-size/m-p/2956572#M813684</guid>
      <dc:creator>Derek Baxter</dc:creator>
      <dc:date>2003-04-23T19:03:08Z</dc:date>
    </item>
  </channel>
</rss>

