plsql developer 普通用户没有调试权限的解决方法

来源:互联网 发布:向js数组中添加元素 编辑:程序博客网 时间:2024/06/05 09:32

grant connect,resource to myfund;

grant debug any procedure to myfund;
grant debug connect session to myfund;

原创粉丝点击