当前位置: 代码迷 >> Oracle开发 >> maximum open cursors exceeded异常,解决方案
详细解决方案
maximum open cursors exceeded异常,解决方案
热度:112 发布时间:2016-04-24 07:06:01.0
maximum open cursors exceeded错误,在线等解决方案 我用的Conn->CreateStatement虽然在循环里,但一用完就用Conn->terminateStatement关闭了,但循环到300次的时候还是出现了ORA-01000: maximum open cursors exceeded 的错误,求解决方案。