aiaiDBA

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

13718043309

010-86462881

SQL-02119: Invalid HSTDEF argument

SQL-02119: Invalid HSTDEF argument
Cause: A non-null ptr was given for a hstdef as the second argument to a call to sqlrcn when the first argument was also used. Either the first or the second argument to SQLRCN must be null.
Action: Pass a null pointer in either the first or second argument to SQLRCN. *Note: This error *msg* is never actually used. The error *number* is used, given as the return value of sqlrcn if this error occurs.

请先 登录 后评论

1 个回答

小智
SQL-02119:HSTDEF参数无效,
.原因:在使用第一个参数时,hstdef作为sqlrcn调用的第二个参数给出非空ptr。SQLRCN的第一个或第二个参数必须为null。,
.操作:将第一个或第二个参数中的空指针传递给SQLRCN。*注意:此错误* msg *从未实际使用。如果发生此错误,则使用错误* number *作为sqlrcn的返回值。,
.
请先 登录 后评论