Handle ORA-03135 as a "disconnected" error

Issue #2388 resolved
Former user created an issue

Our Oracle database often gets disconnected on the network layer and cx_Oracle then raises the "ORA-03135: connection lost contact" error. This error is not handled in is_disconnect, which means removing connection from the pool on exceeded timeout fails, because it can't cleanly close it.

Comments (2)

  1. Log in to comment