伴隨報錯內容:
????????Distrib tran xxx.xxx.xx.x.xxxx?????????
1、使用Oracle?DBA用戶,查詢如下數據字典:select?*?from?dba_2pc_pending2、強制Rollback或者Commit該事務:select?'commit?force?'''||?local_tran_id||''';'?from?dba_2pc_pending; select?'rollback?force?'''||?local_tran_id||''';'?from?dba_2pc_pending; 或 采用博客給出的學習建議:春~暖?()
使用如下方式關閉oracle?RAC分布式特性 alter?system?set?_CLUSTERWIDE_GLOBAL_TRANSACTIONS=FALSE?scope=spfile; restore?database?更加詳細可查看我上一篇轉載的有關分布式故障處理的博客。
轉載于:https://blog.51cto.com/sk993219/1904268