aiaiDBA

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

13718043309

010-86462881

ORA-26813: The value for argument "ARRAY_SIZE" is too small

ORA-26813: The value for argument "ARRAY_SIZE" is too small
Cause: The value for argument "ARRAY_SIZE" was less than the number of columns in the requested column list.
Action: Check the return value for "NUM_COLUMNS" parameter then allocate all input arrays to at least that size and invoke the same OCI function again.

请先 登录 后评论

1 个回答

小智
ORA-26813:参数“ARRAY_SIZE”的值太小,
.原因:参数“ARRAY_SIZE”的值小于请求的列列表中的列数。,
.操作:检查“NUM_COLUMNS”参数的返回值,然后将所有输入数组至少分配到该大小,并再次调用相同的OCI函数。,
.
请先 登录 后评论