aiaiDBA

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

13718043309

010-86462881

PCC-00145: This statement can only be used with THREADS=YES

PCC-00145: This statement can only be used with THREADS=YES
Cause: EXEC SQL ENABLE THREADS or one of the EXEC SQL CONTEXT statements has been used, even though option THREADS is set to NO.
Action: Specify option THREADS=YES or remove the EXEC ENABLE THREADS or EXEC SQL CONTEXT statement from the source code.

请先 登录 后评论

1 个回答

小智
PCC-00145:此语句只能与THREADS = YES一起使用,
.原因: EXEC SQL ENABLE THREADS或其中一个EXEC SQL CONTEXT语句已被使用,即使选项THREADS设置为NO。,
.操作:指定选项THREADS = YES或从源代码中删除EXEC ENABLE THREADS或EXEC SQL CONTEXT语句。,
.
请先 登录 后评论