aiaiDBA

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

13718043309

010-86462881

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

OCI-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 个回答

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