aiaiDBA

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

13718043309

010-86462881

ORA-22152: destination variable-length array is not initialized

ORA-22152: destination variable-length array is not initialized
Cause: The variable-length array on the right-hand-side of an assignment or the destination array of an append is not initialized.
Action: Initialize the destination variable-length array prior to calling this function.

请先 登录 后评论

1 个回答

小智
ORA-22152:目标变长数组未初始化,
.原因:附件右侧的可变长度数组或附加的目标数组未初始化。,
.操作:在调用此函数之前初始化目标可变长度数组。,
.
请先 登录 后评论