aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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.

请先 登录 后评论

1 个回答

小智
ORA-19044:为XMLSerialize指定的字符长度太小。,
.原因:使用一种字符类型(例如VARCHAR2(27))调用XMLSerialize函数,并且指定的长度(示例中为27)太小。,
.操作:修改查询,以使指定的字符长度较大。,
.
请先 登录 后评论