Loading ODAC from DLL and dynamicaly loaded DLL
Posted: Fri 17 Mar 2006 13:45
I have an ISAPI DLL that uses ODAC to access oracle. I recently started using a "plugin" which is loaded by that DLL, which is a DLL as well. That DLL also uses ODAC to access oracle. The plugin is loaded and unloaded at need (which may be alot).
I began having stability problems which caused the IIS to stop responding and even crash the machine.
Other then closing and freeing the ODAC objects, is there something else I need to be aware of or do when using ODAC by a dynamically loaded DLL? I know they are using the same address space, but no idea how does that affect ODAC & OCI.
I began having stability problems which caused the IIS to stop responding and even crash the machine.
Other then closing and freeing the ODAC objects, is there something else I need to be aware of or do when using ODAC by a dynamically loaded DLL? I know they are using the same address space, but no idea how does that affect ODAC & OCI.