1、网络原因

2、账户权限问题

账户是否赋予以下的权限:

grant connect, resource to ADM_BI;

grant read, write on directory BACKUP to ADM_BI;

grant select on DBA_2PC_PENDING to ADM_BI;

grant select on DBA_PENDING_TRANSACTIONS to ADM_BI;

grant execute on DBMS_XA to ADM_BI;

grant select on PENDING_TRANS$ to ADM_BI;

相关文章:

  • 2021-11-19
  • 2022-01-08
  • 2021-12-22
  • 2021-12-22
  • 2021-12-22
  • 2021-11-30
  • 2021-10-11
猜你喜欢
  • 2022-02-04
  • 2022-01-13
  • 2021-08-31
  • 2021-11-04
  • 2022-12-23
  • 2021-08-07
  • 2022-01-18
相关资源
相似解决方案