My Oracle Support Banner

DataPump Import (IMPDP) On 12c Can Fail With ORA-39083 ORA-00910 (Doc ID 2471723.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 12.1.0.1 and later
Information in this document applies to any platform.

Symptoms

IMPDP can fail with following errors:

ORA-39083: Object type TABLE:"<SCHEMA_NAME>"."<TABLE_NAME>" failed to create with error:
ORA-00910: specified length too long for its datatype

Failing sql is:
CREATE TABLE "<SCHEMA_NAME>"."<TABLE_NAME>" ("COL1" VARCHAR2(254 BYTE) NOT NULL ENABLE, "COL2" NUMBER, "COL3" NUMBER, "COL4" VARCHAR2(32767 BYTE)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 1048576 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "<TBS_NAME>"

Changes

 None

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.