调试存储过程报权限不足:ORA-0131 Insufficient privileges.

在用plsql调试存储过程时报错:

ORA-0131:Insufficient privileges.

Note:Debugging requires the DEBUG CONNECT SESSION system privileges.   


报错原因,权限缺失: DEBUG CONNECT SESSION


登录系统账号sys/system赋权限:

SQL> grant  DEBUG CONNECT SESSION to user_name;


本文出自 “技术交流而已” 博客,请务必保留此出处http://gaolu51.blog.51cto.com/7416745/1684273

文章来自:http://gaolu51.blog.51cto.com/7416745/1684273
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3