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!

Debugging issue

user458361Jul 20 2013 — edited Jul 21 2013

Hi

Getting following error while trying to debug a procedure .

Connecting to the database VM DBA SYSTEM.

Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE

Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '172.24.39.167', '3549' )

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.

Following privileges are give, but still facing the issue.

SQL> grant DEBUG ANY PROCEDURE to xxxxx;

Grant succeeded.

SQL> grant DEBUG CONNECT SESSION  to xxxxx;

Grant succeeded.

note:Accessing the database through VPN .

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 18 2013
Added on Jul 20 2013
1 comment
277 views