Re: oracle 12c driver (UNCLASSIFIED)

2018-06-21 Thread Christopher Schultz
-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

Re: oracle 12c driver (UNCLASSIFIED)

2018-06-21 Thread Christopher Schultz
-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. >

RE: oracle 12c driver (UNCLASSIFIED)

2018-06-21 Thread alejandro.vargas
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