SQL Developer Debug Problem
Hello All,
While debugging any procedure or function in SQL Developer, I am getting the following problem:
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( 'xxx.xx.x.xx', 'xxxx' )
ORA-30683: failure establishing connection to debugger
ORA-12535: TNS:operation timed out
ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
ORA-06512: at line 1
Process exited.
Disconnecting from the database debug.
My database is on Oracle 10g RAC.
Best Regards,
Susanta
While debugging any procedure or function in SQL Developer, I am getting the following problem:
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( 'xxx.xx.x.xx', 'xxxx' )
ORA-30683: failure establishing connection to debugger
ORA-12535: TNS:operation timed out
ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
ORA-06512: at line 1
Process exited.
Disconnecting from the database debug.
My database is on Oracle 10g RAC.
Best Regards,
Susanta
0