PanDAWMS/dkb

Stage 009 (Oracle Connector): refresh Oracle connection

Closed this issue · 1 comments

When the connectinon stays idle for quite a while, on the next query there might appear an error cx_Oracle.DatabaseError: ORA-02396: exceeded maximum idle time, please connect again and then the Stage fails to continue working.
There`s nothing fatal in this error so all the Connector must do is to catch the error and re-initialize the connection.

Fixed.