Re: [dbcp] aborting abandoned connections

2015-08-02 Thread Phil Steitz
On 7/27/15 1:42 PM, Bernd Eckenfels wrote: > Hello, > > I was investigating the behavior of dbcp in regards to killing > longrunning/hanging statements (specifically for the Oracle driver). > > Oracle driver synchronizes on the physical connection for some things > like connection.close() or statem

[dbcp] aborting abandoned connections

2015-07-27 Thread Bernd Eckenfels
Hello, I was investigating the behavior of dbcp in regards to killing longrunning/hanging statements (specifically for the Oracle driver). Oracle driver synchronizes on the physical connection for some things like connection.close() or statement.close() or .isClosed() or the vendor specific _getP