> Does it help when you set TOracleSession.Preferences.UseOCI7 to True?
No, this makes no difference. :-(
But meanwhile I think my problem is another:
Is it possible that an application may run out of virtual address space? We make a lot of querys and create and delete many (mall objects...
I have a big problem:
In our application I have a thread which makes a lot (and I mean a lot!) of selects. For each select statement a new TOracleQuery object is created then iterated until eof and then deleted. This procedure may occour some hunderts times. The same TOracleSession object is...