OCI.DLL

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

OCI.DLL

Post by asliakar » Sat 15 Jan 2005 12:32

Hello,

I am using ODAC 5.10.4.13 for delphi 6. My OS is Win XP. And Oracle version is 8i. I have oracle client installed in my machine.

When I try to connect to Oracle in debug to fix some bugs, I get the message - "The specified module could not be found"- from OCI.DLL.

I just cant go any further because ODAC refuses to connect.

Is this a problem caused by my client - OS - ODAC combination or what?

I cannot debug my program at the moment and im stuck....

Thank you.

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

Post by Alex » Mon 17 Jan 2005 14:19

Please try to connect to the Oracle server using Net option of your TOraSession object (if you have NET or Pro version of ODAC), and also try to connect using SQL Plus (Oracle Tool). If there is the same problem appears during connection using SQL Plus then you need to reinstall your client, in other case pls. specify a full text of your error message, version of your Oracle client and send us small demo project to ODAC support address.

asliakar

Post by asliakar » Tue 18 Jan 2005 12:52

I have used Net option, and now I can debug my program.

Thank you. But i still wonder what is the problem without Net option?

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

Post by Alex » Tue 18 Jan 2005 13:41

Please do the next :
try to connect using SQL Plus (Oracle Tool supplied with Oracle Client). If there is the same problem appears during connection using SQL Plus then you need to reinstall your client, in other case pls. specify a full text of your error message, version of your Oracle client and send us small demo project to ODAC support address.

Post Reply