Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is the OracleMTSRecoveryService needed?

meridiumSep 19 2014 — edited Sep 29 2014

I have a C#.Net app using v12.1 ODP.Net Managed provider and Oracle Server 12.1.  In some cases my transactions involve multiple connections.  If so, all connections are to the same schema/database.  According to this document: http://docs.oracle.com/database/121/NTMTS/using.htm#NTMTS109

Oracle marks a multi-connection transaction as promotable, but not necessarily distributed.  It will not be promoted to a distributed transaction unless more than one database is involved.  If my transactions are never promoted to distributed, then do I need an Oracle MTS Recovery Service?  If all of my connections are to one database will I ever have an in-doubt transaction that this service would need to clean up?  My testing indicates the answer is no to both questions, but confirmation from Oracle would be nice.  Thanks.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2014
Added on Sep 19 2014
1 comment
2,414 views