Page 1 of 1

Mixing direct and Oracle client connections

Posted: Mon 11 Oct 2010 22:19
by swm4
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?

Posted: Tue 12 Oct 2010 08:31
by AlexP
Hello,

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