How do I check for an open connection in jdbc for oracle database?
Note: conn.isClosed() cannot be used for this.
conn.isClosed()
Use pingDatabase(int timeout) Implemented in OracleConnection since 9.0.1