Loading ODAC from DLL and dynamicaly loaded DLL

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

Loading ODAC from DLL and dynamicaly loaded DLL

Post by Guest » 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.

ardent1
Posts: 1
Joined: Fri 17 Mar 2006 13:34

Loading ODAC from DLL and dynamicaly loaded DLL

Post by ardent1 » Fri 17 Mar 2006 13:47

I wrote the original message, it just didn't seem to use my login.. so please reply to this reply :lol:

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 20 Mar 2006 14:19

Please pay attention to our DLL demo project. Notice InitOCI function call. If problem persists please send us small demo project that demonstrates your problem, specify Oracle client/server versions, ODAC version, and script to create server objects.
Please, send a message to our ODAC support e-mail address.

Post Reply