aiaiDBA

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

13718043309

010-86462881

ORA-32141: get method does not match the type of the parameter

ORA-32141: get method does not match the type of the parameter
Cause: The getXXX method called on the Statement object does not match the type of the bind parameter.
Action: Call the getXXX method that is the same as the type of the parameter.

请先 登录 后评论

1 个回答

小智
ORA-32141:get方法与参数的类型不匹配,
.原因: Statement对象上调用的getXXX方法与绑定参数的类型不匹配。,
.操作:调用与参数类型相同的getXXX方法。,
.
请先 登录 后评论