Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PL/SQL debugging problem: Connect failed because target host or object does

547876Nov 23 2006 — edited Nov 27 2006
hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2006
Added on Nov 23 2006
3 comments
2,986 views