当前位置: 代码迷 >> Sql Server >> The operation could not be performed because the OLE DB provider 'MSDAORA' was unable to begin a distributed transaction.解决思路
  详细解决方案

The operation could not be performed because the OLE DB provider 'MSDAORA' was unable to begin a distributed transaction.解决思路

热度:181   发布时间:2016-04-27 20:08:44.0
The operation could not be performed because the OLE DB provider 'MSDAORA' was unable to begin a distributed transaction.
我写了一个存储过程和一个触发器,作用是通过链接服务器更新oracle上数据,但是出现:
The   operation   could   not   be   performed   because   the   OLE   DB   provider   'MSDAORA '   was   unable   to   begin   a   distributed   transaction.
请帮忙!

------解决方案--------------------
錯誤提示已經寫的很清楚了啊。數據源不支持分布式事務。。
  相关解决方案