Re: JDBC techy pooling questions

From: ct <tam_at_asiaonline.net>
Date: 2000/05/07
Message-ID: <8f433h$1fr5_at_imsp212.netvigator.com>#1/1


My 2 cents. If a connection is never expired within the pool, your program may get
an out of memory error. It seems that oracle thin driver does not release any resources
even though your program closes all statement and resultset.

Chris Tam

Sanjay Bose wrote in message <3914604E.C40371FA_at_cerebellumsoft.com>...
>Both the statement and the resultset returned should be closed after each
>query.
>
>--Sanjay
>
>Kevin McMurtrie wrote:
>
>> I have some questions about pooling JDBC connections with the Oracle
>> thin driver. I'm fairly new to JDBC and I'm not familiar with its
>> performance details. My code will be running on a high traffic server
>> with little maintenance. Unfortunately I don't have access to the
>> database to monitor it's load.

.....
>>
 

>> Thanks!
>>
>> - Kevin McMurtrie
>
Received on Sun May 07 2000 - 00:00:00 CEST

Original text of this message