aiaiDBA

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

13718043309

010-86462881

PCC-00142: No EXEC SQL CONTEXT USE statement encountered

PCC-00142: No EXEC SQL CONTEXT USE statement encountered
Cause: No EXEC SQL CONTEXT USE statement was encountered and the option threads=yes was requested.
Action: Ensure that the necessary context variable (of type sql_context) has been declared, ALLOCATEd, and USEd prior to any executable SQL statements.

请先 登录 后评论

1 个回答

小智
PCC-00142:没有EXEC SQL CONTEXT USE语句遇到,
.原因:没有遇到EXEC SQL CONTEXT USE语句,并且请求选项threads = yes。,
.操作:确保在任何可执行SQL语句之前已声明必要的上下文变量(类型为sql_context),ALLOCATED和USEd。,
.
请先 登录 后评论