Skip to Main Content

SQL Developer

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!

SQL Developer Debugging and Securiy Issue

Ahmed Gamal KhamisJan 11 2014 — edited Jan 20 2014

Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( 'my pc ip', '58201' )

ORA-30683: failure establishing connection to debugger

ORA-12535: TNS:operation timed out

This message appears when I try to debug a procedure from SQL developer. I concluded that the database failed to connect to the debugger on my pc to proceed with the debugging. I have security concerns in our network to open access from database side to my pc.

         

          Did Oracle put this issue in concern when developing the debugger? Is there a way to set the debugging of the procedures and functions to be server side? or any suggestions to bypass this security concerns.

N.B.:

  1. Toad has both options server side and client side debugging
  2. It should be known that a lot of access request will be issued to allow the databases connect to the client pcs and this is kind of unreasonable request for the security folks.
This post has been answered by Ahmed Gamal Khamis on Jan 20 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2014
Added on Jan 11 2014
2 comments
502 views