Hello,

I'm using a ThreadSafe Session in a IntraWeb application (Delphi XE4, DOA 4.1.3.5, 32-bit application).

I ask confirm that post on dataset and commit are well managed.
Also, what about savepoint management (DOA_APPLYPOINT and DOA__LOCKPOINT)? In our application several threads share a single OracleSession, so may occurs that several post/apply/commit operations are executing by different threads at the same time.

This because we are investigating on conflict's session problems.

Thanks