ODAC 6 and Instant Client problem

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]
Posts: 10
Joined: Thu 08 Nov 2007 14:41

ODAC 6 and Instant Client problem

Post by [email protected] » Thu 08 Nov 2007 16:23

I tried to use Instant Client Package - Basic Lite :

http://www.oracle.com/technology/softwa ... index.html

for Oracle 10.2 instead of standard client. But when I use ODAC 6.x latest version to connect and run simple sql, I get error:

"...library orauts.dll not found. Error binding function jmpXXX... ".

When I used the same libraries from normal client + missing dll, everything is ok.

Can you check if latest ODAC VCL works with this Instant Client version?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 09 Nov 2007 13:08

We have tested ODAC with Instant Client Basic, and there were no problems. Probably your application uses some DLLs from standard client. Make sure that PATH environment variable does not contain paths to any Oracle client except Instant Client.

[email protected]
Posts: 10
Joined: Thu 08 Nov 2007 14:41

Post by [email protected] » Mon 12 Nov 2007 12:05

Oracle client installation left trash, that's why errors appeared. I tested mini client on clean machine and everything is ok. By the way eventually Oracle did great job with a client.

Post Reply