Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

IMPORT_MODEL

Brendan TApr 13 2013 — edited Apr 13 2013
Hi

I had the following statement working previously, but it is now generating an error. Any idea why?

SQL> exec DBMS_DATA_MINING.IMPORT_MODEL('EXPORTED_CLASS_DT_MODEL01.DMP', 'DataMiningDir_Imports', 'A
LL', 'IMPORT', null, 'ODM_IMPORT', 'DMUSER1:DMUSER2');
BEGIN DBMS_DATA_MINING.IMPORT_MODEL('EXPORTED_CLASS_DT_MODEL01.DMP', 'DataMiningDir_Imports', 'ALL',
'IMPORT', null, 'ODM_IMPORT', 'DMUSER1:DMUSER2'); END;

*
ERROR at line 1:
ORA-40223: data mining model import failed, job name=ODM_IMPORT,
error=ORA-31627: API call succeeded but more information is available
ORA-06512: at "SYS.DBMS_DATA_MINING", line 5883
ORA-06512: at line 1

DB=11.2.0.3

Brendan

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 11 2013
Added on Apr 13 2013
1 comment
1,350 views