pin options

All object instances are pinned for the duration of the session (OCI_DURATION_SESSION).

------------------
Marco Kalter
Allround Automations
 
If you pin a reference, then you need to explicitly free the resulting object instance. Once you free it, all associated memory is released, both in Direct Oracle Access and in the Oracle Net cache. Note that some Oracle Net versions may have memory leaks.

------------------
Marco Kalter
Allround Automations
 
The Problem persists with several 8.xx and 9i Clients. I assume the problem is caused by nested oracle objects.
... and yes, I do a Free with every pined reference.

;-((

Thanks

Juergen
 
Back
Top