ORA - 0131: Insufficient privilegesNote: Debugging requires the DEBUG CONNECT SESSION system privilege
We might see Issue with Debugging using PL/SQL Developer
Error:
ORA - 0131: Insufficient privilegesNote: Debugging requires the DEBUG CONNECT SESSION system privilege
Solution:
grant DEBUG CONNECT SESSION to <user_name> ;
grant DEBUG ANY PROCEDURE to <user_name> ;
Post a Comment
Post a Comment