Mixing direct and Oracle client connections

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swm4
Posts: 8
Joined: Wed 17 Dec 2008 22:48

Mixing direct and Oracle client connections

Post by swm4 » Mon 11 Oct 2010 22:19

I have a data module that connects to multiple Oracle databases with multiple TOraSession objects. One of the databases uses LDAP so I cannot use direct mode. The other databases are not using LDAP and as such, I would like to use direct mode for performance reasons.

When I try to connect to the databases, I have to use the Oracle client or direct mode on all the connections. I cannot connect through direct mode to some and Oracle client to others.

Is there a way to do this?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 12 Oct 2010 08:31

Hello,

Now you cannot connect to Oracle simultaneously in different modes (OCI and Direct).
We know about this problem, we are working on it.

Post Reply