vote up 0 vote down star

Does anybody know of Memory Leak in Oracle Client 10.2.04 64bit?

We use in on ASP.NET application running on Windows 2008 server with System.Data.OracleClient and our process is growing to 2.4GB withing few days!

flag

60% accept rate
Have you had a look on metalink? – carpenteri Aug 11 at 8:49

1 Answer

vote up 1 vote down

Can you test this on a 32bit client somewhere? Has the app worked in other environments, e.g., is this a sudden onset associated with migrating to 64 bit software? Is this an in-house developed app? Before I would point to Oracle, I'd suspect my own code. Particularly with something as egregious as this appears to be! Make sure there are no loops that open cursors inside and never close them.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.