javax.transaction.xa.XAException: null
解决方法之一:

使用 dba账号 通过以下命令给数据源的用户授予XA权限

grant select on sys.dba_pending_transactions to USER_NAME;
grant select on sys.pending_trans$ to USER_NAME;
grant select on sys.dba_2pc_pending to USER_NAME;
grant execute on sys.dbms_system to USER_NAME
 

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐