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

Home -> Community -> Usenet -> c.d.o.server -> Re: Long column too large during import

Re: Long column too large during import

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Sat, 22 May 2004 14:39:30 +0200
Message-ID: <c8nhek$ch$1@news1.tilbu1.nb.home.nl>


zeb wrote:

> Hi,
>
> I try to import a table
>
> from 8.1.7.4 to 9.2.0.5
>
> I have the follwing pb during the import:
>
> Connected to: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit
> Production
>
> With the Partitioning, OLAP and Oracle Data Mining options
>
> JServer Release 9.2.0.5.0 - Production
>
> Export file created by EXPORT:V08.01.07 via conventional path
>
> import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
>
> export server uses WE8ISO8859P1 NCHAR character set (possible ncharset
> conversio
>
> n)
>
> IMP-00046: using FILESIZE value from export file of 2048000000
>
> . importing DVNFR's objects into DVNFR
>
> . . importing table "DHACCMVT"
>
> IMP-00020: long column too large for column buffer size (7)
>

// *Cause: The column buffer is too small. This usually occurs when importing

//          LONG data.
// *Action: Increase the insert buffer size 10,000 bytes at a time (for
//          example). Use this step-by-step approach
//          because a buffer size that is too large may cause a similar
//          problem.

Mind the last line... your buffer may be too large.

-- 

Regards,
Frank van Bortel
Received on Sat May 22 2004 - 07:39:30 CDT

Original text of this message

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