ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
486410Jan 28 2006 — edited Feb 17 2006Hi,
I am trying to run a debug for a simple procedure using Raptor and I get the folllowing error .Could some one help. I have given permission to the user I am logged in .Not sure which used needs permission.Also the debug option is turned off except for debug action.
Connecting to the database development.
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '0.0.0.0', '4209' )
ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
ORA-06512: at line 1
This session requires DEBUG CONNECT SESSION and DEBUG ANY PROCEDURE user privileges.
Process exited.
Disconnecting from the database development.