Page 1 of 1

Disabling implicit enlisting to distributed transaction

Posted: Mon 30 May 2011 15:41
by zvb
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!

Re: Disabling implicit enlisting to distributed transaction

Posted: Tue 31 May 2011 16:14
by Shalex
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