ORA-00904 Raised While Running Full DataPump Import (IMPDP)
(Doc ID 2017393.1)
Last updated on FEBRUARY 27, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.2 to 12.1.0.2 [Release 11.2 to 12.1]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
NOTE: In the images and/or the document content below, the user information and data used represents fictitious data from the Oracle schema(s) or Public Documentation delivered with an Oracle database product. Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
Symptoms
During DataPump Import job execution, a create table statement fails with:
ORA-39083: Object type TABLE:"SYSMAN"."EM_JOB_TYPE_CREDS_INFO" failed to create with error:
ORA-00904: "SYS"."EM_JOB_CREDSET_LIST": invalid identifier
Failing sql is:
CREATE TABLE "SYSMAN"."EM_JOB_TYPE_CREDS_INFO" ("JOB_TYPE_ID" RAW(16) NOT NULL ENABLE, "USAGE" VARCHAR2(64 BYTE) NOT NULL ENABLE, "AUTH_TARGET_TYPE" VARCHAR2(64 BYTE) N
OT NULL ENABLE, "CREDENTIAL_TYPES" "SYSMAN"."EM_JOB_CREDSET_LIST" , "CREDENTIAL_SETS" "SYSMAN"."EM_JOB_CREDSET_LIST" DEFAULT "SYS"."EM_JOB_CREDSET_LIST"(), "DEFAULT_CR
ED_SET" V
ORA-00904: "SYS"."EM_JOB_CREDSET_LIST": invalid identifier
Failing sql is:
CREATE TABLE "SYSMAN"."EM_JOB_TYPE_CREDS_INFO" ("JOB_TYPE_ID" RAW(16) NOT NULL ENABLE, "USAGE" VARCHAR2(64 BYTE) NOT NULL ENABLE, "AUTH_TARGET_TYPE" VARCHAR2(64 BYTE) N
OT NULL ENABLE, "CREDENTIAL_TYPES" "SYSMAN"."EM_JOB_CREDSET_LIST" , "CREDENTIAL_SETS" "SYSMAN"."EM_JOB_CREDSET_LIST" DEFAULT "SYS"."EM_JOB_CREDSET_LIST"(), "DEFAULT_CR
ED_SET" V
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 |
Cause |
Solution |
References |