本文介绍了错误:ORA-01000:超出最大打开游标数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个oracle数据库。我通过C#.NET访问数据库
我收到的错误如'ora-01000最大打开游标超出'。我从oracle docs得到了一个解决方案。它建议我必须在init.ora文件中增加no.of open cursors参数的值。我将该值增加到1000,仍然是错误。除了增加打开游标参数值之外,还有其他解决方案。
I have a oracle database . I am accessing database through C#.NET
I am getting an error like 'ora-01000 maximum open cursors exceeded' . I got a solution from oracle docs.It suggests that I have to increase the value of no.of open cursors parameter in init.ora file. I increased that value to 1000, still it is giving error. Is there any solution other than increasing open cursors parameter value.
电子邮件:
Email: [email protected]
问候,
Gajanan Didore
Gajanan Didore
推荐答案
这篇关于错误:ORA-01000:超出最大打开游标数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!