Oracle DBA, How To, Error, Cause and Action

ORA-19044: character length specified for XMLSerialize is too small.

ORA-19044: character length specified for XMLSerialize is too small.


Cause:


An XMLSerialize function was called with a type of character type (e.g. VARCHAR2(27)), and the length specified (27 in the example) was too small.



Action:


Modify the query so that the character length specified is larger.

No comments:

Post a Comment

Thanks for your comment.