Maximum number of cursors [message #432648] |
Wed, 25 November 2009 08:13 |
abdulaziz
Messages: 102 Registered: May 2008 Location: Douala
|
Senior Member |
|
|
Hello,
We got an ORA-0100 error thrown by our database. I altered the system dynamically and increased their number to twice the default number, using the following:
alter system set open_cursors=600 scope=both; . Seems like the problem is solved but I would like to know what can be the consequences of increasing the numbers of cursors and how to manage them? Any tips?
Thanks in advance.
|
|
|
|
Re: Maximum number of cursors [message #432766 is a reply to message #432654] |
Thu, 26 November 2009 03:25 |
abdulaziz
Messages: 102 Registered: May 2008 Location: Douala
|
Senior Member |
|
|
I talked to the developpers and they told me the application is written in VB, not in PL/SQL as I hoped. I exposed the facts to them and I hope they'll fix their code. I'll keep on digging, in case the problem comes from somewhere else.
Thanks for the help.
[Updated on: Thu, 26 November 2009 03:59] by Moderator Report message to a moderator
|
|
|