Mixing direct and Oracle client connections
Posted: 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?
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?