DataPump Import (IMPDP) Fails With Errors ORA-39083 ORA-6550 PLS-103 When Importing Data Mining Models
(Doc ID 1157893.1)
Last updated on NOVEMBER 07, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.1.0.6 to 11.1.0.8 [Release 11.1]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
When running IMPDP to import a dump file containing Data Mining information, the following errors are reported:Processing object type TABLE_EXPORT/TABLE/POST_INSTANCE/PROCACT_INSTANCE
ORA-39083: Object type PROCACT_INSTANCE failed to create with error:
ORA-06550: line 2, column 3999:
PLS-00103: Encountered the symbol ";" when expecting one of the following:
. ( ) , * @ % & = - + < / > at in is mod remainder not rem =>
<an exponent (**)> <> or != or ~= >= <= <> and or like like2
like4 likec between || multiset member submultiset
Failing sql is:
BEGIN
DBMS_DM_MODEL_IMP.PERSIST_MODEL('A_STB_PROGRAM81008_CL','CLUSTERING','KMEANS',
85.99999999999999999999999999999999999997,.901,2
ORA-39083: Object type PROCACT_INSTANCE failed to create with error:
ORA-06550: line 2, column 3999:
PLS-00103: Encountered the symbol ";" when expecting one of the following:
. ( ) , * @ % & = - + < / > at in is mod remainder not rem =>
<an exponent (**)> <> or != or ~= >= <= <> and or like like2
like4 likec between || multiset member submultiset
Failing sql is:
BEGIN
DBMS_DM_MODEL_IMP.PERSIST_MODEL('A_STB_PROGRAM81008_CL','CLUSTERING','KMEANS',
85.99999999999999999999999999999999999997,.901,2
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 |