<?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 Export/Import error while using gzip in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188126#M898930</link>
    <description>Hello All,&lt;BR /&gt;I'm trying to set up my export with gzip as I had it at my last company.  I had hp-10 and/or RHAS.  The export script was the following that worked fine.&lt;BR /&gt;&lt;BR /&gt;cat pipe_file_name.dmp | gzip -c &amp;gt; gziped_file.dmp.gz &amp;amp;&lt;BR /&gt;&lt;BR /&gt;exp / direct=y buffer=5000000 compress=y log=log_name.log file=pipe_filename.dmp full=y&lt;BR /&gt;&lt;BR /&gt;I run this and it works fine.  I go to import and get errors.&lt;BR /&gt;&lt;BR /&gt;imp / file=pipe_file_name.dmp buffer=5000000 fromuser=owner touser=owner log=log_name.log &amp;amp;&lt;BR /&gt;&lt;BR /&gt;gunzip -c gziped_file.dmp.gz &amp;gt; pipe_file_name.dmp&lt;BR /&gt;&lt;BR /&gt;Export file created by EXPORT:V08.01.07 via direct path&lt;BR /&gt;import done in US7ASCII character set and AL16UTF16 NCHAR character set&lt;BR /&gt;import server uses WE8ISO8859P1 character set (possible charset conversion)&lt;BR /&gt;export server uses US7ASCII NCHAR character set (possible ncharset conversion)&lt;BR /&gt;. importing TM's objects into TM&lt;BR /&gt;. . importing table          "T_ACTCAT_TOS_SPREAD"&lt;BR /&gt;IMP-00051: Direct path exported dump file contains illegal column length&lt;BR /&gt;IMP-00008: unrecognized statement in the export file:&lt;BR /&gt;&lt;BR /&gt;I tried changing the buffer to be a smaller number but still get an error.  Any suggestions?  Is there something wrong with gzip no HP-11i on 64bit system?  Should I be using a different compress tool then gzip?&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
    <pubDate>Tue, 10 Feb 2004 13:24:18 GMT</pubDate>
    <dc:creator>Brian_274</dc:creator>
    <dc:date>2004-02-10T13:24:18Z</dc:date>
    <item>
      <title>Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188126#M898930</link>
      <description>Hello All,&lt;BR /&gt;I'm trying to set up my export with gzip as I had it at my last company.  I had hp-10 and/or RHAS.  The export script was the following that worked fine.&lt;BR /&gt;&lt;BR /&gt;cat pipe_file_name.dmp | gzip -c &amp;gt; gziped_file.dmp.gz &amp;amp;&lt;BR /&gt;&lt;BR /&gt;exp / direct=y buffer=5000000 compress=y log=log_name.log file=pipe_filename.dmp full=y&lt;BR /&gt;&lt;BR /&gt;I run this and it works fine.  I go to import and get errors.&lt;BR /&gt;&lt;BR /&gt;imp / file=pipe_file_name.dmp buffer=5000000 fromuser=owner touser=owner log=log_name.log &amp;amp;&lt;BR /&gt;&lt;BR /&gt;gunzip -c gziped_file.dmp.gz &amp;gt; pipe_file_name.dmp&lt;BR /&gt;&lt;BR /&gt;Export file created by EXPORT:V08.01.07 via direct path&lt;BR /&gt;import done in US7ASCII character set and AL16UTF16 NCHAR character set&lt;BR /&gt;import server uses WE8ISO8859P1 character set (possible charset conversion)&lt;BR /&gt;export server uses US7ASCII NCHAR character set (possible ncharset conversion)&lt;BR /&gt;. importing TM's objects into TM&lt;BR /&gt;. . importing table          "T_ACTCAT_TOS_SPREAD"&lt;BR /&gt;IMP-00051: Direct path exported dump file contains illegal column length&lt;BR /&gt;IMP-00008: unrecognized statement in the export file:&lt;BR /&gt;&lt;BR /&gt;I tried changing the buffer to be a smaller number but still get an error.  Any suggestions?  Is there something wrong with gzip no HP-11i on 64bit system?  Should I be using a different compress tool then gzip?&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Tue, 10 Feb 2004 13:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188126#M898930</guid>
      <dc:creator>Brian_274</dc:creator>
      <dc:date>2004-02-10T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188127#M898931</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yep, gzip could be a problem if the file(s) being accessed are +2GB. The OS bundled gzip is v1.2.4 &amp;amp; to reliably handle +2GB files takes v1.3.1 or higher.&lt;BR /&gt;&lt;BR /&gt;Gzip 1.3.5 is available here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.5/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note that the OS included ver is installed in /usr/contrib/bin &amp;amp; this ver will install in /usr/local/bin by default - but can be redirected.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 10 Feb 2004 13:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188127#M898931</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-10T13:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188128#M898932</link>
      <description>It also appears the character set of the export is different than the import.  Oracle might have trouble with that. You might want to normalize this between the two databases.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Feb 2004 14:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188128#M898932</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-10T14:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188129#M898933</link>
      <description>Sorry for the silly question, but you only implied you created a pipe and did not show how. You did do a 'mknod pipe_file_name.dmp p' right?&lt;BR /&gt;&lt;BR /&gt;fwiw, the 'cat' step is often not needed, you can make gzip/compress read the input directly (using -c modifier).&lt;BR /&gt;&lt;BR /&gt;An other thread in this space:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=57337" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=57337&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 14:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188129#M898933</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-02-10T14:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188130#M898934</link>
      <description>Yes I am creating the pipe file the following way:&lt;BR /&gt;&lt;BR /&gt;mknod file_name.dmp p&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 15:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188130#M898934</guid>
      <dc:creator>Brian_274</dc:creator>
      <dc:date>2004-02-10T15:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188131#M898935</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;If after successfully completing  a direct path export of your database, importing the file into gives the following errors: &lt;BR /&gt; &lt;BR /&gt;  IMP-00051: Direct path exported dump file contains illegal column length  &lt;BR /&gt;  IMP-00018: partial import of previous table completed: %lu rows imported &lt;BR /&gt;  IMP-00008: unrecognized statement in the export file: n  %s &lt;BR /&gt;  IMP-00009: abnormal end of export file &lt;BR /&gt;  &lt;BR /&gt;This could be related to bug 809477. The solution to this bug was to try direct path export with RECORDLENGTH 64000.  &lt;BR /&gt; &lt;BR /&gt;Oracle says the solution to this bug is to try direct path export with RECORDLENGTH 64000. However, if this does not fix the problem, the export should be run with the conventional export path. And then retry to import from the comventional export dump.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2004 19:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188131#M898935</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-02-10T19:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188132#M898936</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;I tend to do things a little different, but they work as far as I know:&lt;BR /&gt;&lt;BR /&gt;mknod exp_pipe p&lt;BR /&gt;gzip &amp;lt; exp_pipe &amp;gt; expfile.dmp.gz &amp;amp;&lt;BR /&gt;exp file=exp_pipe ...&lt;BR /&gt;&lt;BR /&gt;mknod imp_pipe p&lt;BR /&gt;gunzip &amp;lt; expfile.dmp.gz &amp;gt; imp_pipe &amp;amp;&lt;BR /&gt;imp file=imp_pipe ...&lt;BR /&gt;&lt;BR /&gt;I seem to remember having alot of bad experiances with the "gzip -c" command.  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 10 Feb 2004 20:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188132#M898936</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-02-10T20:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188133#M898937</link>
      <description>Jeff is right&lt;BR /&gt;&lt;BR /&gt;you should have gzip 1.2.4a or higher for largefiles.&lt;BR /&gt;&lt;BR /&gt;check the version using&lt;BR /&gt;#gzip -V&lt;BR /&gt;&lt;BR /&gt;you can get the recent version from the link given above</description>
      <pubDate>Tue, 10 Feb 2004 22:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188133#M898937</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-02-10T22:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188134#M898938</link>
      <description>hi brian,&lt;BR /&gt;&lt;BR /&gt;First of all, it is always recommended that you always export with compress=N.&lt;BR /&gt;&lt;BR /&gt;Because "compress=y" generates a create table statement that has an INITIAL extent equal to the sum of all allocated extents during an Import. &lt;BR /&gt;&lt;BR /&gt;Also, bare in mind the speed factor!&lt;BR /&gt;Don't use a simple exp owner=, imp owner=.  Export table by table (in parallel, just fire off export more then once).  Import table by table (in parallel, just fire off import more then once).  &lt;BR /&gt;&lt;BR /&gt;As IA mentioned above, i also think that the problem is related to the direct path export. You should note that Direct path Export exports in the database server character set only. If the character set of the export session is not the same as the database character set when an export is initiated, Export displays a warning and aborts. Using the NLS_LANG parameter, specify the session character set to be the same as that of the database before retrying the export. &lt;BR /&gt;&lt;BR /&gt;Is the problem associated with gzip? NOT Really!&lt;BR /&gt;&lt;BR /&gt;Hope this help!&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 10 Feb 2004 23:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188134#M898938</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-02-10T23:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Import error while using gzip</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188135#M898939</link>
      <description>Thanks everyone for your responses.  Brian's way worked for me.  Yogeeraj, regarding compress=Y, it all depends on what you are using compress for.  I use it to help defrag the database.  And yes this was a gzip problem.  The os admin hasn't installed the latest version yet so I can't test that.  I just used the current gzip version, 1.2.4 and brian's way of doing it and got it to work.</description>
      <pubDate>Fri, 13 Feb 2004 13:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-import-error-while-using-gzip/m-p/3188135#M898939</guid>
      <dc:creator>Brian_274</dc:creator>
      <dc:date>2004-02-13T13:52:06Z</dc:date>
    </item>
  </channel>
</rss>

