Disabling implicit enlisting to distributed transaction

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
zvb
Posts: 3
Joined: Fri 27 May 2011 11:33

Disabling implicit enlisting to distributed transaction

Post by zvb » Mon 30 May 2011 15:41

Hello,

How can i disable implicit enlisting to distributed transaction?
I'm working in Direct=false mode and i want to be sure that no
distributed transaction will be enlisted.

Thank you!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Disabling implicit enlisting to distributed transaction

Post by Shalex » Tue 31 May 2011 16:14

zvb wrote:How can i disable implicit enlisting to distributed transaction?
Please use the "Enlist=false;" connection string parameter.
zvb wrote:i want to be sure that no distributed transaction will be enlisted.
We recommend you using the dbMonitor tool that performs per-component tracing of database events such as commit, rollback, SQL statement execute etc.
Download link: http://www.devart.com/dbmonitor/dbmon3.exe
Documentation: http://www.devart.com/dotconnect/oracle ... nitor.html

Post Reply