Full Data Pump Import Fails With ORA-39083 ORA-6550 PLS-103
(Doc ID 858110.1)
Last updated on FEBRUARY 03, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.4 to 11.1.0.7 [Release 10.2 to 11.1]Oracle Database - Standard Edition - Version 10.2.0.4 to 11.1.0.7 [Release 10.2 to 11.1]
Information in this document applies to any platform.
***Checked for relevance on 12-Apr-2013***
Symptoms
Full database DataPump import fails with:
ORA-39083: Object type PROCACT_SYSTEM failed to create with error:
ORA-06550: line 2, column 72:
PLS-00103: Encountered the symbol "CHECK" when expecting one of the following:
in like LIKE2_ LIKE4_ LIKEC_ between member SUBMULTISET_
Failing sql is:
BEGIN
dbms_server_alert.set_threshold(9001,dbms_server_alert.operator_DO NOT CHECK,'0',dbms_server_alert.operator_DO_NOT_CHECK,'0',1,1,NULL,
dbms_server_alert.object_type_TABLESPACE,'');COMMIT; END;
ORA-06550: line 2, column 72:
PLS-00103: Encountered the symbol "CHECK" when expecting one of the following:
in like LIKE2_ LIKE4_ LIKEC_ between member SUBMULTISET_
Failing sql is:
BEGIN
dbms_server_alert.set_threshold(9001,dbms_server_alert.operator_DO NOT CHECK,'0',dbms_server_alert.operator_DO_NOT_CHECK,'0',1,1,NULL,
dbms_server_alert.object_type_TABLESPACE,'');COMMIT; END;
Full Data Pump export finished successfully.
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 |