Page 1 of 1

Question about loading OCI

Posted: Thu 14 Dec 2006 15:10
by tmq97
Hi

I'm using BDS 2006 and a new user for ODAC 5.80.

I right-click on TOraSession in IDE, go to the Session editor and click Info, it says the OCI.DLL is not loaded:

OCI: Version 10.2.0.1.0 (not loaded)
DLL: D:\oracle\product\10.2.0\db_1\BIN\oci.dll

How can I inspect when OCI.dll is activated?
And is it possible to load OCI manually using ODAC/Delphi?

thanks

Posted: Thu 14 Dec 2006 21:24
by tmq97
Sorry, I answered my question.

Just follow the same steps once an app starts running (which I guess makes ODAC load the OCI) and the '(not loaded)' phrase is removed from the Info box.

So I guess if I write any app that uses ODAC and start it, then the OCI will be loaded.