Exception:com.atomikos.datasource.ResourceException: Error in recovery

以sysdba登录数据库,给相应地用户赋予以下权限:

  • grant select on sys.dba_pending_transactions to <数据库用户>;
  • grant select on sys.pending_trans$ to <数据库用户>;
  • grant select on sys.dba_2pc_pending to <数据库用户>;
  • grant execute on sys.dbms_system to <数据库用户>;
原文地址:https://www.cnblogs.com/taony/p/5586742.html