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

Error closing cursor - connection was closed by ORA-3113 #123

Open
abauer86 opened this issue May 20, 2022 · 0 comments
Open

Error closing cursor - connection was closed by ORA-3113 #123

abauer86 opened this issue May 20, 2022 · 0 comments
Labels

Comments

@abauer86
Copy link

It happens at least once a day that the query exporter no longer works.
I've checked the consol log and get the following error.
I have to restart the docker container do get it working again.

In my config file i use 6 database connections, maybe from time to time one database is not available for a short time.

Traceback (most recent call last):
File "/virtualenv/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1368, in _safe_close_cursor
cursor.close()
cx_Oracle.DatabaseError: DPI-1010: not connected
Error closing cursor
Traceback (most recent call last):
File "/virtualenv/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1276, in _execute_context
self.dialect.do_execute(
File "/virtualenv/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 608, in do_execute
cursor.execute(statement, parameters)
cx_Oracle.DatabaseError: DPI-1080: connection was closed by ORA-3113
During handling of the above exception, another exception occurred:

@abauer86 abauer86 added the bug label May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant