Support for Oracle 11 client

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MarkF
Posts: 211
Joined: Thu 02 Mar 2006 14:55

Support for Oracle 11 client

Post by MarkF » Mon 30 Jul 2007 13:46

Hi Folks!

I just installed the new Oracle 11g ODAC beta (Oracle's ODAC that is.):
(http://www.oracle.com/technology/softwa ... index.html)

which appears to include the 11g version of instant client. When I run anything with Corelab's ODAC, I get the error:

'OCI version 11.1.0.4.0 is not supported'

If I edit the source to remove the (OCIVersion < 11000) check things seem to work well, so hopefully this won't be a big deal to add.

Thanks!

-Mark

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

Post by Plash » Tue 31 Jul 2007 11:52

In the next ODAC build we'll remove the check that OCI version is less than 11.

Post Reply