我有調試privs和編譯我的包和包體進行調試。當我嘗試啓動調試器時,我得到以下內容。Oracle調試不起作用SQL開發人員4.2.0.17
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP('XX.XX.XX.XXX', 'YYYYY')
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 ZZZ
我嘗試設置DatabaseDebuggerDisableJDWP = true在我的ide.properites文件(所有的),並沒有幫助。
聽起來像你隱藏的IP地址和端口是錯誤的,或者有一個防火牆的方式。 –