Page 1 of 1

TOraSession Connect / Disconnect Problem

Posted: Tue 01 Sep 2009 20:59
by Roy Fraties
I have two TOraSession components in my application. When the second one connects, the first one automatically disconnects. I don't want that to happen. Each connects to a different database.

Both sessions operate in "direct" mode.

What properties should I check in order to fix this.

This is ODAC version 6.5.0.12 working under Delphi 5.

Thank you.

Problem Fixed

Posted: Tue 01 Sep 2009 22:24
by Roy Fraties
OK, if one of the two session components is in direct mode, and the other is not, then it causes a problem. Both must be in direct mode or both in OCI mode, and then it works.