-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Paul,
On 6/20/18 3:34 PM, Lueders, Paul T CIV USARMY NGIC (US) wrote:
> We have configured an oracle 12c connection using the Oracle jdbc
> connector . What we are experiencing is that the application is
> locking up and the database requires a r
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alejandro,
On 6/21/18 11:54 AM, alejandro.var...@kymsolutions.com wrote:
> I think you need to close resultsets, prepared statements and
> finally close connections
>
> If not Oracle will hangout eventually by exceeded cursors or
> connections.
>
I think you need to close resultsets, prepared statements and finally close
connections
If not Oracle will hangout eventually by exceeded cursors or connections.
Open connection
Open preparedstatements or callable statements
Open resultset
Do resu