ORA-24772: Cannot mix tightly-coupled and loosely-coupled branches
Cause: Application attempted to start a transaction with a global transaction identifier and a wrong option.
Action: Verify that all branches of a global transaction are started with either OCI_TRANS_TIGHT or OCI_TRANS_LOOSE option. If the application is correct and uses distributed updates, contact customer support.
ORA-24772:指在进行某些操作时,不能混合使用紧耦合和松耦合分支。
步骤1:尝试将SQL提升为不涉及松耦合分支的语句;
步骤2:如果不能拆分语句,则需要应用绑定变量;
步骤3:如果以上步骤无法解决问题,则可以修改ORA选项参数来解决问题,具体参考DBMS_XDES保存的值。
本文标签:ORA-24772 Cannot mix tightly-coupled and loosely-coupled branches
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接