DBLink & Pending transactions

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sinys
Posts: 186
Joined: Tue 21 Feb 2012 03:44

DBLink & Pending transactions

Post by sinys » Thu 20 Jun 2013 11:12

If I use ODAC for call procedures using dblink to MySQL database I have panding transactions
as a result. I see it in select * from DBA_2PC_PENDING. But if I use IDE Oracle Developer I don't have this problem.
Do you have any ideas about it?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: DBLink & Pending transactions

Post by AlexP » Tue 25 Jun 2013 12:47

hello,

Please provide a sample of your mysql procedure, as well as its call from Oracle via dblink

Post Reply