The earlier WCF LOB Adapter opened a single connection and there were no
calls to dbms_session.modify_package_state(dbms_session.reinitialize);
So a transaction with multiple calls still executed in a single session and
session variables were available in subsequent calls.
With the new WCF LoB Adapter, can the client be forced to use a single
connection without closing the connection until the client is closed.
To workaround this behavior is there any way the client be assigned a
connection explicitly ?
we are facing exactly the same problem, did you get any answer? have you
found any solution?
Thank you in advance