PL/SQL程序包点击'Test'单步调试,点击'Start debugger'时,弹出信息框"Debugging requires Debug connect session system priviledges'。

  此时需要用sys/system用户赋予开发用户debugger权限:

  grant debug any procedure to username

  grant debug connect session  to username

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-22
  • 2021-12-17
  • 2021-12-20
  • 2022-01-22
  • 2021-06-19
  • 2021-08-16
猜你喜欢
  • 2022-03-09
  • 2022-12-23
  • 2022-01-11
  • 2021-08-31
  • 2021-10-05
  • 2021-08-01
  • 2021-09-11
相关资源
相似解决方案