You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not closing the connection when it is retrieved by db.query(String query) is causing the connection to Oracle to give ORA-01000: maximum open cursors exceeded
Hi Philip, thanks for taking the time to fix this. I 'll soon get round to revising and merging your contribution. Thanks! Please keep reporting any other issues you may encounter, really appreciate this.
Not closing the connection when it is retrieved by db.query(String query) is causing the connection to Oracle to give
ORA-01000: maximum open cursors exceeded
Here is the fix:
https://github.com/philip-alexiev/r2rml-parser
The text was updated successfully, but these errors were encountered: