Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Export Import problem with compress

Export Import problem with compress

From: DEMANCHE Luc (Cetelem) <luc.demanche_at_cetelem.fr>
Date: Fri, 8 Dec 2000 11:21:14 +0100
Message-Id: <10704.123987@fatcity.com>


This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible.

------_=_NextPart_001_01C06100.9A2F40FA
Content-Type: text/plain;

        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi gurus,=20
I'm performing some tests with export and compress functions. Here is = my
script to export:=20

mknod mypipe p=20
compress < mypipe > expfirisq.dmp.Z &=20 exp file=3Dmypipe log=3Dexpfirisq.log parfile=3Dexpfirisq.par=20

The volume of my dump file is 3G B.=20
The problem occurs when I want to import. Here is my script:=20

mknod mypipe p=20
zcat expfirisq.dmp.Z > mypipe &=20
imp file=3Dmypipe log=3Dimpfirisq.log userid=3Daaa/bbb = fromuser=3Dfirisq touser=3Daaa
tables=3Dbac=20

I get the following error message:=20
expfirisq.dmp.Z : Value too large for defined data type=20 IMP-00009 abnormal end of export file=20 IMP-00000 Import terminated unsuccessfully=20 We use Oracle 8.1.6.2 and Sun Solaris 2.6 32-bits with 64-bit files. Any ideas?



Luc Demanche
CETELEM
T=E9l.: 01-46-39-14-49
Fax : 01-46-39-59-88

------_=_NextPart_001_01C06100.9A2F40FA
Content-Type: text/html;

        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2448.0">
<TITLE>Export Import problem with compress</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2 FACE=3D"Times New Roman">Hi gurus, </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Times New Roman">I'm performing some tests =
with export and compress functions. Here is my script to export: =
</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Times New Roman">mknod mypipe p<BR>
compress &lt; mypipe &gt; expfirisq.dmp.Z &amp;<BR> exp file=3Dmypipe log=3Dexpfirisq.log parfile=3Dexpfirisq.par </FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Times New Roman">The volume of my dump file =
is 3G B. </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Times New Roman">The problem occurs when I =
want to import. Here is my script: </FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Times New Roman">mknod mypipe p<BR>
zcat expfirisq.dmp.Z &gt; mypipe &amp;<BR> imp file=3Dmypipe log=3Dimpfirisq.log userid=3Daaa/bbb = fromuser=3Dfirisq touser=3Daaa tables=3Dbac </FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Times New Roman">I get the following error =
message: </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Times New Roman">expfirisq.dmp.Z : Value too =
large for</FONT><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial"></FONT> =
<FONT SIZE=3D2 FACE=3D"Arial">d</FONT><FONT SIZE=3D2 FACE=3D"Times New =
Roman">efined data type </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Times New Roman">IMP-00009 abnormal end of =
export file<BR>
IMP-00000 Import terminated unsuccessfully </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Times New Roman">We use Oracle 8.1.6.2 and =
Sun Solaris 2.6 32-bits with 64-bit files.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Times New Roman">Any ideas?</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">-----------------</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Luc Demanche</FONT>
<BR><B><I><FONT FACE=3D"Arial">CETELEM</FONT></I></B>
<BR><FONT SIZE=3D2 FACE=3D"Arial">T=E9l.: 01-46-39-14-49</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Fax : 01-46-39-59-88</FONT>
Received on Fri Dec 08 2000 - 04:21:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US