Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDBC, Memory Leak, URGENT Please

843853Jun 15 2001 — edited May 1 2002
Memory Leak!!!
My thread each 10 sec. checks records in the table ( MS SQL). Each time in the Task Meneger the Mem Usage of my process grows by 4K. It happens after calling:
..............................
resultSet = statement.executeQuery( strSQL );
resultSet .close();
resultSet =null;'

After 2 days it grows more then 25M. But if I don't call ResultSet object - it is Ok.
Please, help me some body.
Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2002
Added on Jun 15 2001
16 comments
595 views