摘要: .NET中访问Oracle数据库链接:ORA-02041: client database did not begin a transaction 问题的处理。 .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 阅读全文
posted @ 2014-01-24 13:40 prvin 阅读(427) 评论(0) 推荐(0) 编辑