首先需要给用户添加必要的权限。
grant debug connect session to tony;
grant debug any procedure to tony;
然后选中存储过程,点击右键,执行[编译以进行调试]。
可以添加断点,菜单 [运行]〉调试xxx。
首先需要给用户添加必要的权限。
grant debug connect session to tony;
grant debug any procedure to tony;
然后选中存储过程,点击右键,执行[编译以进行调试]。
可以添加断点,菜单 [运行]〉调试xxx。