Skip to Main Content

Database Software

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!

fetchupdateswait memory leak

731666Dec 3 2009 — edited Dec 4 2009
Hi,

I am noticing a memory leak when using fetchupdateswait. I've cut my program down so that all it does is loop and call fetchupdatewait and then do a ackUpdates on the connection. Whenever new records are detected the RSS memory increments and doesn't go back down.

TT version is 6.04 on Solaris 9.

Has anyone else noticed this behaviour? Do I need to call another API to perform cleanup? I am guessing that it is the array of updates that is returned from fetchupdateswait which is causing the leak...

Any insight would be great.

Thanks,

Glenn
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2010
Added on Dec 3 2009
1 comment
1,648 views