3.1d Nightly 10/26/2012
This didn't happen on 3.0 but is happening in 3.1d. As users use the app, our web app and J2EE container crashes (using Glassfish). The culprit seems to be "too many open cursors".
In the open cursor history in Oracle, we are seeing the following query being called constantly until the server crashes:
"select 1 from dual".
A search through our entire app only has 1 file with this in it:
ISC_DBConsole.js
Any suggestions?
This didn't happen on 3.0 but is happening in 3.1d. As users use the app, our web app and J2EE container crashes (using Glassfish). The culprit seems to be "too many open cursors".
In the open cursor history in Oracle, we are seeing the following query being called constantly until the server crashes:
"select 1 from dual".
A search through our entire app only has 1 file with this in it:
ISC_DBConsole.js
Any suggestions?
Comment