开发者

Distributed transaction already begun "ORA 02046 " when I use Link

开发者 https://www.devze.com 2023-02-10 18:37 出处:网络
I have a very big problem for me appears with a few steps when I use devart to connect to Oracle. Select on the following view in Oracle

I have a very big problem for me appears with a few steps when I use devart to connect to Oracle.

  • Select on the following view in Oracle Code:

    create or replace view Test_View as 开发者_StackOverflow
    select "ID","USR" 
    from Test_Table@link_DB; `
    
  • Using LINQ CONNECT MODAL

That's all, When I open the page the following exception will be shown (from the first time or after a postBack)

distributed transaction already begun "ORA 02046 "

Any help!


There is a problem with distributed transactions state on your Oracle database servers.

Try to rollback "in-doubt" distributed transaction as described here.

Step-by-step-guide located here.


We have replied you at our forum here.
By the way, have you tried the solution recommended by @ThinkJet?

0

精彩评论

暂无评论...
验证码 换一张
取 消