Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error 1455 doing export
"Philip Ross" <philip_ross_at_my-deja.com> wrote in message news:<3idx7.1304$096.186924_at_news6-win.server.ntlworld.com>...
> 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,
> I VARCHAR2(1) DEFAULT 'N',
> J VARCHAR2(50)
> )
>
> Any ideas as to what could be causing this error?
>
> Thanks,
>
> Phil
Hi Phil,
Metalink shows a couple of possible options - if you are using transportable tablespaces the most likely is bug 970640.
I've cut the top of note 76670.1 and pasted it here (sorry for the size).
Cheers,
Martin
The issue described here affects Oracle releases: 8.1.5.X The issue described here is fixed in Oracle release: 8.1.6.0
Platforms Affected
Description
When setting up to transport a tablespace an export of the metadata
from the source database is required for transport to the target
database.
The problem described here can cause the exported metadata to
contain
an invalid object number. This invalid object number may be silently
imported causing the next object number on the target database to be
set to a very high value. In turn this high value can reach an
in-built
limit making it impossible to create new objects (ie: tables ,
procedures,
indexes or any form of object).
<snip>
Possible Symptoms
Visible symptoms from the problem include:
<snip>
Export may report errors if an attempt is made to export
objects with high object numbers. Eg: EXP-00008: ORACLE error 1455 encountered ORA-01455: converting column overflows integer datatype This side-effect is documented in [BUG:1073721] *************************************************************************
Another piece of info states:
4. Sequence of events leading to the problem
Import a bad transportable tablespace as per bug:970640 Create a table in the target database Try to export the table.
Hope this helps. Good luck solving.
Cheers,
Martin
Received on Thu Oct 11 2001 - 23:28:26 CDT
![]() |
![]() |