Memory leaks with clustered server using

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bhk
Posts: 1
Joined: Mon 12 Feb 2007 08:26

Memory leaks with clustered server using

Post by bhk » Mon 12 Feb 2007 11:59

Hi everyone.
From some time I'm trying to find solution of memory leaks.
I have a big problem with program when it is connected to
Oracle DB which is working on clustered server (cluster with two
HP servers working on HP-Ux.
My test program consuming memory when it is connected to cluster server. The same program is working good when it is connected to single PC server (also with HP-Ux).
Program continuoslyopening and closing TOraQuery only, like this:
q->SQL->Text = "SELECT * from TABLE where ROWNUM Open();
q->Close();

Does any one has some proposition how to solve this problem?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 16 Feb 2007 11:44

We didn't encounter such problems before. Please try to detect the source of the memory leak using special tools. For example, AQtime.

Post Reply