PL/SQL debugging problem: Connect failed because target host or object does
547876Nov 23 2006 — edited Nov 27 2006hi all,
I installed ODT 10.2.0.2.20 and I'm trying to debug a SP in VS2005. I have followed the instructions at http://cshay.blogspot.com/2006/07/plsql-debugger-in-visual-studio.html
I am able to debug SP using the "Run debug" in the Oracle Explorer however I am not able to get any "live data" debugging working in a Winforms application.
my problem is that whenever my application tries to open a connection I get the following error message:
ORA-30683: failure establishing connection to debugger
ORA-12545: Connect failed because target host or object does not exist
ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
ORA-06512: at "SYS.DBMS_DEBUG_JDWP_CUSTOM", line 59
ORA-06512: at line 1
The db machine is running Oracle 9i release 2
Any help will be really appreciated.
Thank you