用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;
用pl/sql developer 调试存储过程报错
今天使用Scott用户调试存储过程的时候就报告了如上的错误。
解决方法如下:
使用system用户登录,然后:
GRANT debug any procedure, debug connect session TO scott;