ORA-39083 and ORA-00942 when importing table with VARRAY
(Doc ID 2952871.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
User was trying to do full import and a table that contains VARRAY failed with following errors:
Failing sql is:
ALTER TABLE "USER"."SYS_NTQ7OVm5iuAojgU5Iv8paACA==" ADD PRIMARY KEY ("FIELD1", "FIELD2") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 NEXT 65536 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "USERS" ENABLE
ORA-39083: Object type CONSTRAINT:"USER"."SYS_ABC123" failed to create with error:
ORA-00942: table or view does not exist
ALTER TABLE "USER"."SYS_NTQ7OVm5iuAojgU5Iv8paACA==" ADD PRIMARY KEY ("FIELD1", "FIELD2") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 NEXT 65536 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "USERS" ENABLE
ORA-39083: Object type CONSTRAINT:"USER"."SYS_ABC123" failed to create with error:
ORA-00942: table or view does not exist
Changes
Full database import
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 |