Problem : ORA-30683: failure establishing connection to debugger

Problem : ORA-30683: failure establishing connection to debugger

Hi,

I am using Oracle SQL Developer 1.1.3 and I want to debug a Oracle package. I am unable to do this as I get the following error message…

Connecting to the database BAA.
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: ALTER SESSION SET PLSQL_COMPILER_FLAGS=INTERPRETED
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( ‘127.0.0.1’, ‘1217’ )
ORA-30683: failure establishing connection to debugger
ORA-12541: TNS:no listener
ORA-06512: at “SYS.DBMS_DEBUG_JDWP”, line 68
ORA-06512: at line 1
Process exited.
Disconnecting from the database BAA.

How can I resolved this…?


 

Solution: ORA-30683: failure establishing connection to debugger

Hi,

Check out the below forum

http://forums.oracle.com/forums/thread.jspa?threadID=373888

In this many members have shared the same problem and solution which worked for them. Good luck!!