Database Error Messages

ORA-19204

Non-scalar value 'string' is marked as an XML attribute.

Cause

A non-scalar value was prefixed with the at sign (@). Only scalar values (that is, values which are not of object or collection type) could be marked as an XML attribute with the prefix, @.


Action

Remove the at sign (@) or make the value scalar.