DOA and memory

hi !
I'm still french, and still with a french accent, so as usual, please forgive me.

it's been a long time since i haven't been sending any question here...surely because DOA works perfectly ;-)

So :

I'd like to know if it is normal that DOA takes a lot of memory ?
In fact I don't know if DOA is the problem...

Indeed, i've just made a really simple project : 1 TOracleSession. Initially, his connected property is false.
When I launch it, my project takes 2104 ko memory.
Then I click on a button that connect the TOracleSession to my Oracle database
=> 6708 ko !!!
So more than 3 times the initial memory...

What's wrong ?
Is it normal ?
How can I reduce it ?
any idea ?

Thanks in advance,
Laurent
 
When you connect the first TOracleSession in your application, Oracle Net will be loaded and initialized. This can indeed take up quite some memory. The memory should not grow significantly for subsequent connects, disconnects or other operations.

------------------
Marco Kalter
Allround Automations
 
Back
Top