Skip to Main Content

ODP.NET

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!

Memory leak in 11g ODP.NET (2.112.1.0)

897308Nov 1 2011 — edited Sep 25 2012
I have code that works fine in ODP.NET (10.2.0.100) and Oracle 10g server. There is no memory leak. Because I tried to dispose everything every time when I done. The memory stays at 1.2G level while I read/write milliions records.

But the same code gave me momery leak when running in ODP.NET 2.112.1.0. I run my code in Windows 7 (32bit). Based on my watch from task manager, when the machine RAM reaches 2G, I don't see memory increasing any more. But after running for some time with that memory level (2G), it eventually throws out of memory exception.

Any one has any idea?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2012
Added on Nov 1 2011
7 comments
5,053 views