Oracle Error ORA-53058: The value:string is not a simple tag.

Oracle Error Message

ORA-53058: The value:string is not a simple tag.

Reason for the Error

The operation failed because the value of the specified tag contained wild card characters ‘x’ or ‘X’.

Solution

Only simple tags that match the regular expression [0-9A-F]{8}(\(.*\))? are allowed in the tag. For example: 00080096(DICOM), 00080096 and so on. Correct the tag format and try the operation again. See the schemas ordcmdt.xsd, ordcmmp.xsd, and ordcman.xsd listed in the Oracle Multimedia documentation for more information.