Oracle Solution for Error ora-53058

Solution for Oracle Error ORA-53058

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

What triggered the Error:

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

What should we do to fix it:

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.