plsql 调试权限的解决方法

来源:互联网 发布:如何测量网络成瘾 编辑:程序博客网 时间:2024/05/16 14:01

grant connect,resource to myfund;

grant debug any procedure to myfund;

grant debug connect session to myfund;