标题: ORA-19204: Non-scalar value 'string' is marked [打印本页] 作者: admin 时间: 2016-8-31 12:40 标题: ORA-19204: Non-scalar value 'string' is marked ORA-19204: Non-scalarvalue 'string'is marked as XML attribute Cause: Only scalar values (i.e. values which are not ofobject or collection type)
can be marked as XML attribute,i.e. is prefixed by '@'. In this case, anon-scalar
value was prefixed with '@' Action: Removethe '@' sign, or make the value a scalar.