Memory usage

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brekhof
Posts: 22
Joined: Tue 16 Nov 2004 21:59

Memory usage

Post by brekhof » Tue 16 Nov 2004 22:09

I have several data conversion programs that start with a limited amount of memory usage but start to use more and more memory when the program runs (basically each record gets inserted using a update/insert statement). It doesn't not matter wether or not I use transactions.

The only way to control the memory used is to disconnect the OraSession and reconnect again. Is this to be expected/normal?

regards,
Martin

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 17 Nov 2004 13:33

Send please a small demo project to demonstrate the problem and include script to create server objects to ODAC support email address.

Post Reply