aiaiDBA

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

13718043309

010-86462881

SQL-02124: NULL value returned by EXEC TOOLS statement

SQL-02124: NULL value returned by EXEC TOOLS statement
Cause: A NULL value was returned by EXEC TOOLS for a host variable that lacks an indicator variable. This error is returned only when MODE=ANSI. When MODE=ORACLE, although the value of the host variable is indeterminate, no error is generated.
Action: Associate an indicator variable with each host variable to which nulls might be returned.

请先 登录 后评论

1 个回答

小智
SQL-02124:由EXEC TOOLS语句返回的NULL值,
.原因: EXEC TOOLS为缺少指示符变量的主机变量返回NULL值。仅当MODE = ANSI时才返回此错误。当MODE = ORACLE时,尽管主变量的值不确定,但不会生成错误。,
.操作:将指示符变量与可能返回空值的每个主机变量相关联。,
.
请先 登录 后评论