Question about loading OCI

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tmq97
Posts: 2
Joined: Thu 14 Dec 2006 14:45
Location: Florida

Question about loading OCI

Post by tmq97 » Thu 14 Dec 2006 15:10

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

tmq97
Posts: 2
Joined: Thu 14 Dec 2006 14:45
Location: Florida

Post by tmq97 » Thu 14 Dec 2006 21:24

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.

Post Reply