简体   繁体   English

SQL开发人员中超过的最大打开游标数

[英]Maximum Open Cursors Exceeded In SQL developer

I am using SQL Devolopper and I am getting the Max open cursors exceeded. 我正在使用SQL Devolopper,并且超出了最大打开游标数。 I tried to look it up aswell as solutions but I can't seem to understand it. 我试图查找它以及解决方案,但似乎无法理解。 Can someone please explain to me in detail what the problem is and how it is fixed. 有人可以详细向我解释问题是什么以及如何解决。

Please try to close cursors in PL/SQL before you open more cursors. 在打开更多游标之前,请尝试在PL / SQL中关闭游标。 There is limit defined at database level for number of open cursors in the database ( Parameter open_cursor). 在数据库级别为数据库中打开的游标数定义了限制(参数open_cursor)。 You may ask your Oracle DBA to increase open_cursor parameter at database level( This will require downtime). 您可能要求Oracle DBA在数据库级别增加open_cursor参数(这将需要停机)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM