Re: [dbcp] Re: Timeout for Idle Connections

2010-02-23 Thread Patrick Kranz
Thanks, I created the feature request: https://issues.apache.org/jira/browse/DBCP-325 Patrick Am 23.02.2010 12:11, schrieb Phil Steitz: Patrick Kranz wrote: Hello Phil, thanks for you response. If I understand these properties correctly, they set the time a connection will reside idle i

Re: [dbcp] Re: Timeout for Idle Connections

2010-02-23 Thread Phil Steitz
Patrick Kranz wrote: > Hello Phil, > > thanks for you response. If I understand these properties correctly, > they set the time a connection will reside idle in the idle pool. What I > mean is that a connection is created because all connections that were > in the pool are in use. This new connect

Re: [dbcp] Re: Timeout for Idle Connections

2010-02-23 Thread Patrick Kranz
Hello Phil, thanks for you response. If I understand these properties correctly, they set the time a connection will reside idle in the idle pool. What I mean is that a connection is created because all connections that were in the pool are in use. This new connection would be closed immediate

[dbcp] Re: Timeout for Idle Connections

2010-02-22 Thread Phil Steitz
Patrick Kranz wrote: > Hello list, > > I've been playing around with the DBCP for quite some time now, because > I want to get rid of Oracles Connection Pool. The only problem I still > wasn't able to solve is the following: > > In my Oracle Pool a connection gets closed within the pool after som