Skip to content
New issue

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

Unclosed statements crash Oracle connection #20

Open
philip-alexiev opened this issue Apr 26, 2016 · 3 comments
Open

Unclosed statements crash Oracle connection #20

philip-alexiev opened this issue Apr 26, 2016 · 3 comments

Comments

@philip-alexiev
Copy link
Contributor

philip-alexiev commented Apr 26, 2016

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

@nkons
Copy link
Owner

nkons commented May 3, 2016

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.

@philip-alexiev
Copy link
Contributor Author

No problem. I also updated the DATE parsing. Used to produce invalid xsd:date .

@nkons
Copy link
Owner

nkons commented May 11, 2016

Hi, I just pulled and merged your changes into the master branch, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants