我是靠谱客的博主 曾经方盒,最近开发中收集的这篇文章主要介绍用pl/sql developer 调试存储过程报错 note:debugging requires the debug connect session system privilege....,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
用pl/sql developer 调试存储过程报错
今天使用Scott用户调试存储过程的时候就报告了如上的错误。
解决方法如下:
使用system用户登录,然后:
GRANT debug any procedure, debug connect session TO scott;
转载于:https://www.cnblogs.com/meng72ndsc/archive/2011/08/31/2160733.html
最后
以上就是曾经方盒为你收集整理的用pl/sql developer 调试存储过程报错 note:debugging requires the debug connect session system privilege....的全部内容,希望文章能够帮你解决用pl/sql developer 调试存储过程报错 note:debugging requires the debug connect session system privilege....所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复