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!

Memory leak during insert on PocketPC 2002

294914Jun 19 2002
We've built an application using an Oracle Lite 5.0.1 database using an ODBC interface. We've stolen most of the code from:
C:\OraHome1\Mobile\Sdk\wince\samples\ODBC\sample.cpp

We've found that there appears to be a memory leak during inserts (haven't fully analyzed updates/gets). The thing leaks roughly X bytes per insert where numBytesInInsertString < X < (2.5 * numBytesInInsertString)

Has anyone else seen this? It becomes really apparent during out load from XML method where we walk through an xml document and perform roughly 7000 inserts in a row (commit at the end). The memory leak is not coming from the XML stuff, already tested for that.

Paul Runstedler
Intrexa Corp.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 17 2002
Added on Jun 19 2002
1 comment
207 views