ORA-19018: Invalid character in XML tag '%s'

Oracle error message numbers and Oracle error codes.
Post Reply
User avatar
jimb
Site Admin
Posts: 6146
Joined: Thu Jan 19, 2012 1:10 pm
Location: New Delhi, India
Contact:

ORA-19018: Invalid character in XML tag '%s'

Post by jimb »

ORA-19018: Invalid character in XML tag '%s'
Cause: A tag name was found to have an invalid XML character during XML generation.
Action: Rewrite the query so that the generated XML tag, corresponding to a column name or alias, contains only valid characters.
Oracle Database Administration Forums
http://www.oracle-forums.com/
User avatar
jimb
Site Admin
Posts: 6146
Joined: Thu Jan 19, 2012 1:10 pm
Location: New Delhi, India
Contact:

ORA-19028: Invalid ADT parameter passed to toObject() function

Post by jimb »

ORA-19028: Invalid ADT parameter passed to toObject() function
Cause: The object passed as ADT parameter to sys.XMLType.toObject() is not the same type, or a super-type, of the mapped type.
Action: Pass an object of the correct type to toObject().
Oracle Database Administration Forums
http://www.oracle-forums.com/
User avatar
jimb
Site Admin
Posts: 6146
Joined: Thu Jan 19, 2012 1:10 pm
Location: New Delhi, India
Contact:

ORA-19031: XML element or attribute %s does not match any in type %s.%s

Post by jimb »

ORA-19031: XML element or attribute %s does not match any in type %s.%s
Cause: The passed in XML tag does not match any in the object type
Action: Pass a valid canonical XML that can map to the given object type
Oracle Database Administration Forums
http://www.oracle-forums.com/
xaeresis
Posts: 196117
Joined: Wed Oct 04, 2023 2:39 pm

Re: ORA-19018: Invalid character in XML tag '%s'

Post by xaeresis »

xaeresis
Posts: 196117
Joined: Wed Oct 04, 2023 2:39 pm

Re: ORA-19018: Invalid character in XML tag '%s'

Post by xaeresis »

Post Reply