Oracle Multimedia (formerly interMedia) - ORA-53111: "The repository data model is not loaded" Performing Any DICOM Operation
(Doc ID 444785.1)
Last updated on NOVEMBER 01, 2019
Applies to:
Oracle Multimedia - Version 11.1.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Performing any operation related to DICOM data results in the error:
ORA-53111: The repository data model is not loaded.
Eg.:
SQL> select ORDDicom(t.image,1).getSeriesInstanceUID() from medicalimages t;
select ORDDicom(t.image,1).getSeriesInstanceUID() from medicalimages t
*
ERROR at line 1:
ORA-53111: The repository data model is not loaded.
ORA-06512: at "ORDSYS.ORDERROR", line 5
ORA-06512: at "ORDSYS.ORD_DICOM_ADMIN_PRV", line 5907
ORA-06512: at "ORDSYS.ORD_DICOM_ADMIN_PRV", line 6392
ORA-06512: at "ORDSYS.ORD_DICOM_PKG", line 2200
ORA-06512: at "ORDSYS.ORD_DICOM_PKG", line 38
ORA-06512: at "ORDSYS.ORD_DICOM_PKG", line 1004
ORA-06512: at "ORDSYS.ORDDICOM", line 246
ORA-06512: at "ORDSYS.ORDDICOM", line 93
ORA-06512: at line 1
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 |