aiaiDBA

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

13718043309

010-86462881

SQL-02122: Invalid OPEN or PREPARE for this database connection

SQL-02122: Invalid OPEN or PREPARE for this database connection
Cause: An attempt was made to execute an OPEN or a PREPARE statement using a cursor that is currently open for another database connection and, therefore, cannot be used for this connection.
Action: Close the cursor to make it available for this connection or use a different cursor for this connection.

请先 登录 后评论

1 个回答

小智
SQL-02122:此数据库连接的OPEN或PREPARE无效,
.原因:尝试使用当前为其他数据库连接打开的游标执行OPEN或PREPARE语句,因此不能用于此连接。,
.操作:关闭光标使其可用于此连接或使用不同的光标进行此连接。,
.
请先 登录 后评论