以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 <数据库用户>;

相关文章:

  • 2022-03-01
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
  • 2022-02-01
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-03
  • 2022-12-23
  • 2021-08-14
  • 2021-10-15
  • 2022-01-11
相关资源
相似解决方案