We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anuj Sharma opened SWF-1760 and commented
I am using Spring Boot and Store proc call.
When we query for bulk data GET call then a stored proc gets called and it returns a cursor.
after sometime over server we face the issue as below: ORA-01000: maximum open cursors exceeded
ORA-01000: maximum open cursors exceeded
we have OPEN_CURSORS configured at DB side( oracle) 300.
We are using SimpleJdbcCall.
Kindly address the issue.
No further details from SWF-1760
The text was updated successfully, but these errors were encountered:
Rossen Stoyanchev commented
Could you clarify how is this related to Spring Web Flow?
Sorry, something went wrong.
No branches or pull requests
Anuj Sharma opened SWF-1760 and commented
I am using Spring Boot and Store proc call.
When we query for bulk data GET call then a stored proc gets called and it returns a cursor.
after sometime over server we face the issue as below:
ORA-01000: maximum open cursors exceeded
we have OPEN_CURSORS configured at DB side( oracle) 300.
We are using SimpleJdbcCall.
Kindly address the issue.
No further details from SWF-1760
The text was updated successfully, but these errors were encountered: