aiaiDBA

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

13718043309

010-86462881

ORA-32106: array fetch not allowed without setBuffer on all columns

ORA-32106: array fetch not allowed without setBuffer on all columns
Cause: The setBuffer method was not called for all column postions and the next method was called to fetch more than one row.
Action: Call the setBuffer method for all column positions if next is to to be called to fetch more than one row.

请先 登录 后评论

1 个回答

小智
ORA-32106:不允许在所有列上没有setBuffer的数组提取,
.原因:没有为所有列位置调用setBuffer方法,并且调用下一个方法以获取多个行。,
.操作:为所有列位置调用setBuffer方法,如果下一个位置要调用以获取多个行。,
.
请先 登录 后评论