Page 1 of 1

Transaction Support

Posted: Fri 31 Oct 2008 20:58
by digitall
Are there any provisions to support transactions via the Entity Framework and Oracle? Using TransactionScope has never worked well with Oracle in the past because it always gets elevated to be a distributed transaction (even when one was not necessary) and Oracle does not handle those efficiently at all.

If the EF doesn't support it, do you guys make some kind of provision for your own transactional support?

Posted: Mon 03 Nov 2008 10:17
by AndreyR
The support of TransactionScope is available since dotConnect for Oracle 5.0.1 beta.

Posted: Mon 03 Nov 2008 13:04
by digitall
Right, but since TransactionScope upgrades a transaction to a distributed transaction (which Oracle doesn't seem to manage so well) are there any other options available? Or does your library ensure it isn't a distributed transaction unless it is truly required?

Posted: Tue 04 Nov 2008 09:38
by AndreyR
Our support for transactions is exactly the same as the one that is provided by Oracle.
No additional options are available.