Sunday 11 November 2012

Issue with Debugging using PL/SQL Developer


ORA-0131: Insufficient privileges
Note: Debugging requires the DEBUG CONNECT SESSION system privilege

grant DEBUG CONNECT SESSION to XXXXXXX;
grant DEBUG ANY PROCEDURE to XXXXXX;

No comments:

Post a Comment