we have written a C# 3.5 client talking to an Oracle database (11g) using the ODP.NET.
This application has a batch process where a long running task is performed ma
Because we couldn't find a solution, we have decided to stop using the TransactionScope for our purposes and arrange the rollback ourselves.
I find that TransactionScope and Oracle do not mix well, perhaps SQL Server handles it better, but that is not an option for us.
Thanks for reading.