Page 1 of 1

Memory leaks with clustered server using

Posted: Mon 12 Feb 2007 11:59
by bhk
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?

Posted: Fri 16 Feb 2007 11:44
by Challenger
We didn't encounter such problems before. Please try to detect the source of the memory leak using special tools. For example, AQtime.