|
Name | Set preference for PL/SQL debugging |
Rating |  |
Created On | 23-AUG-06 |
Category | PL/SQL |
Database Version | 10.2 |
Description | On default install, if user tries to run the Debugger from a computer not having the database installed on, the debugging session will fail with the following error:
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '127.0.0.1', '3742' )
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
To get around this problem, select Tools/Preferences/Debugger and select the checkbox for "Prompt for Debugger Host for Database". When the debugger starts, it will ask for the IP address of the Debugger Host, if user enters the IP address of the local machine where the debugger is started, it should work fine. |
|
|
|