Thanks Marco for the link.
I have gone through it, it is exactly what I was facing.
I will try to check it on Net 8i as well as 9i and then if problem still persist, I will contact you again.
Hi,
TOracleSession seems to gain memory on subsiquent LogOn and LogOff.
I have created a timer which connects and disconnects the oracle session on each timer interval. While application is running, looking at Task Manager will revels that around 50KB of memory is added on every reconnection...
Hi,
I have a multi threaded application with each thread having its own oracle session.
I want to know whether all oracle sessions are sharing the same handle of OCI dll(HDLL)?
Is it not possible that I block all the call to Oracle (ofcourse from DOA) and call DLLExit (to unload the DLL) and then call DLLInit (to reload the DLL)?
If I have multiple TOracleSession then are they using same handle of ORA dll?
Can you tell me from where I can download the upgrade version...
Hi,
I got following error from my server(using DOA):
Access violation at address 011E4306 in module 'ORA804.dll'. Read of address FFFFFFF8
Server is using DOA 4.0.5.0
Server was working from about 24 hrs.
I know that this error is cause due to some problem with ORA dll.
After restarting the...