aiaiDBA

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

13718043309

010-86462881

ORA-32131: bind data type cannot be changed

ORA-32131: bind data type cannot be changed
Cause: The setXXX method is called again with a different data type than originally specified, or the setXXX method is called for a subsequent iteration without being called before the first iteration.
Action: Call the setXXX method with the same data type as done before the first iteration. If no setXXX method was called for this parameter postion the first iteration, then make sure that a setXXX method is called before the first addIteration method is called.

请先 登录 后评论

1 个回答

小智
ORA-32131:绑定数据类型不能更改,
.原因:使用与最初指定的数据类型不同的数据类型来重新调用setXXX方法,或者在第一次迭代之前不调用setXXX方法来调用后续迭代。,
.操作:使用与第一次迭代之前相同的数据类型调用setXXX方法。如果在第一次迭代时没有为此参数调用setXXX方法,那么请确保在调用第一个addIteration方法之前调用setXXX方法。,
.
请先 登录 后评论