aiaiDBA

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

13718043309

010-86462881

ORA-06536: IN bind variable bound to an OUT position

ORA-06536: IN bind variable bound to an OUT position
Cause: The program attempted to bind an IN bind variable to a statement that was expecting an OUT bind variable at that position.
Action: Make sure that an OUT or IN OUT bind mode is specified for the bind argument.

请先 登录 后评论

1 个回答

小智
ORA-06536:IN绑定变量绑定到一个OUT位置,
.原因:程序尝试将IN绑定变量绑定到期望在该位置的OUT绑定变量的语句。,
.操作:确保为绑定参数指定了OUT或IN OUT绑定模式。,
.
请先 登录 后评论