<?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: Oracle export problems? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912409#M833145</link>
    <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;The Export parameter BUFFER applies only to conventional path exports. For direct path Export, use the parameter RECORDLENGTH to specify the size of the buffer that Export uses for writing to the export file. &lt;BR /&gt;Recordlength is usually only used when moving the file from one operating system to another, or when exporting to tape. If your goal is performance, I would use BUFFER on both the export and import. &lt;BR /&gt;For Recordlength it is also recommended to use a value which is a multiple of the db_block_size ( 8k in our database ), this means that the maximum recordlength = 7 * 8192 = 57344 Bytes ( because 8*8192 = 65536 &amp;gt; 65535. The maximum as documented in the Oracle8i utilities manual is 64K and you do not have to specify it on import. &lt;BR /&gt;&lt;BR /&gt;IA</description>
    <pubDate>Wed, 13 Jul 2005 22:15:13 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2005-07-13T22:15:13Z</dc:date>
    <item>
      <title>Oracle export problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912405#M833141</link>
      <description>Today I received an Oracle Security Alert which lead me to a "known issue" (Note:223399.1) with exp that's been documented since late 2002.(!@#) Somehow, I've never heard of it. Anyway, instead of fixing the problem with a patch, Oracle only suggests a workaround for 8.1.7.4. However, this workaround involves Oracle's shady and incomplete documentation. They say to use the parameter DIRECT=Y, but when studying this in their docs, it says to set the RECORDLENGTH parameter. For that I'm supposed to "check my platform specific documention", which of course does not exist for utilities. They say it should be set at least to the OS BUFSIZ. I am not 100% sure of what they mean by that on HP-UX. So do you guys/gals know what it is I need to do to make exports actually work? (besides starting the search for a new database vendor...) I am using 8.1.7.4 (64 bit) on HP-UX 11i(64 bit), vxd filesystems.</description>
      <pubDate>Wed, 13 Jul 2005 08:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912405#M833141</guid>
      <dc:creator>Tim Howell</dc:creator>
      <dc:date>2005-07-13T08:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle export problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912406#M833142</link>
      <description>OK, if you take their requirement literally - &lt;BR /&gt;from /usr/include/stdio.h ...&lt;BR /&gt;&lt;BR /&gt;srva:/home/user$ grep BUFSIZE /usr/include/stdio.h&lt;BR /&gt;stdio.h:#  define BUFSIZ        1024&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 09:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912406#M833142</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-07-13T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle export problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912407#M833143</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;Did you tried with Oracle Data Manager (Oracle Enterprise Manager)? Data Manager defaults Record Lenght to &lt;OS default=""&gt; in 8.0.5...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;/OS&gt;</description>
      <pubDate>Wed, 13 Jul 2005 09:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912407#M833143</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-07-13T09:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle export problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912408#M833144</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;see metalink Note:134966.1 - How to determine Recordlength Parameter Default Value for Export and Import&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 13 Jul 2005 21:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912408#M833144</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-07-13T21:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle export problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912409#M833145</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;The Export parameter BUFFER applies only to conventional path exports. For direct path Export, use the parameter RECORDLENGTH to specify the size of the buffer that Export uses for writing to the export file. &lt;BR /&gt;Recordlength is usually only used when moving the file from one operating system to another, or when exporting to tape. If your goal is performance, I would use BUFFER on both the export and import. &lt;BR /&gt;For Recordlength it is also recommended to use a value which is a multiple of the db_block_size ( 8k in our database ), this means that the maximum recordlength = 7 * 8192 = 57344 Bytes ( because 8*8192 = 65536 &amp;gt; 65535. The maximum as documented in the Oracle8i utilities manual is 64K and you do not have to specify it on import. &lt;BR /&gt;&lt;BR /&gt;IA</description>
      <pubDate>Wed, 13 Jul 2005 22:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912409#M833145</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-07-13T22:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle export problems?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912410#M833146</link>
      <description>Thanks for the responses. The Oracle Note:134966.1 was most helpful, which is odd, because I did not receive a single reply from the metalink forum when I posed this question! Thanks again.</description>
      <pubDate>Thu, 14 Jul 2005 08:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export-problems/m-p/4912410#M833146</guid>
      <dc:creator>Tim Howell</dc:creator>
      <dc:date>2005-07-14T08:30:55Z</dc:date>
    </item>
  </channel>
</rss>

