Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Error 1455 doing export
I am getting an error whilst doing an export from an Oracle 8.1.5 database
on Solaris. The error that occurs is:
EXP-00008: ORACLE error 1455 encountered ORA-01455: converting column overflows integer datatype
The structure of the table being exported is:
(
A NUMBER(38, 0) NOT NULL,
B VARCHAR2(200),
C BLOB, D DATE, E DATE, F VARCHAR2(30), G VARCHAR2(30), H VARCHAR2(20) NOT NULL,
Any ideas as to what could be causing this error?
Thanks,
Phil Received on Thu Oct 11 2001 - 04:06:06 CDT
![]() |
![]() |