aiaiDBA

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

13718043309

010-86462881

SQL-02131: Runtime context in use

SQL-02131: Runtime context in use
Cause: Your application attempted to execute a SQL statement using a runtime context that is already in use.
Action: Rewrite the application to either wait for one thread to complete before executing another SQL statement with the same runtime context, or to allocate and use a separate runtime context for each thread.

请先 登录 后评论

1 个回答

小智
SQL-02131:正在运行的上下文,
.原因:您的应用程序尝试使用已在使用的运行时上下文执行SQL语句。,
.操作:重写应用程序要等待一个线程完成,然后再执行具有相同运行时上下文的另一个SQL语句,或为每个线程分配和使用单独的运行时上下文。,
.
请先 登录 后评论