博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ORA-02041: client database did not begin a transaction
阅读量:4984 次
发布时间:2019-06-12

本文共 630 字,大约阅读时间需要 2 分钟。

.NET中访问Oracle中带有DB_LINK时对象时,会抛出一下异常
ORA-02041: client database did not begin a transaction
 
解决方案:
1.

To resolve the issue with Oracle's ODP.NET, you'd specify "enlist=false" in your connect string. 

Microsoft's ODP.net has the same connection string attribute, but it does something different.  I think what you want to use with system.data.oracleclient is .

See also

 

2.

To Resolve this problem, you only have to include "Omit Oracle Connection Name=True;" in your connection string, for example:

"User Id=MyUser;Password=MyPassword;Data Source=MyDB;Omit Oracle Connection Name=True;"

转载于:https://www.cnblogs.com/prvin/p/3532337.html

你可能感兴趣的文章
命名空间的定义
查看>>
Android 中Json解析的几种框架(Gson、Jackson、FastJson、LoganSquare)使用与对比
查看>>
byte[]与各种数据类型互相转换示例
查看>>
swift 自定义TabBarItem
查看>>
Android 仿网易新闻v3.5:上下滑动的引导页
查看>>
php解析二维码
查看>>
Fragment 的生命周期及使用方法详解
查看>>
注意错误zoj2110-Tempter of the Bone
查看>>
代码运行39台阶问题
查看>>
使用JCS时出现config.OptionConverter - Could not instantiate class []的错误原因
查看>>
Android中级第八讲--安卓子线程,以及定时任务使用讲解
查看>>
使用Java函数接口及lambda表达式隔离和模拟外部依赖更容易滴单测
查看>>
使用堆查找前K个最大值兼谈程序优化(下)
查看>>
大胆决定+细致用功, 才可能改变命运
查看>>
2013 草莓音乐节妹子抓拍 [组图]
查看>>
list集合方法的使用
查看>>
Sensor fusion(传感器融合)
查看>>
一对多的两个表,查询主表的信息和主表在子表中的记录条数
查看>>
主题演讲:未来新趋势电动车
查看>>
常用DNS列表(电信、网通)
查看>>