PL/SQL debugging via Eclipse
658307Sep 5 2008 — edited Jan 19 2011Hi all,
I am developing a JSP application in Eclipse (3.3.0) and SQL Developer (1.2.1), which interacts with an Oracle Database The operations that write into the DB are all saved in stored procedures and called from the Java Code.
What I'm trying to do is remotely debug the PL/SQL code - when debugging the Java code from Eclipse, so I can trace the whole process, otherwise I can't see what's going on in the stored procedures.
How can make remote debugging work from Eclipse?
Thanks, Leonard
Edited by: user8324848 on 05.09.2008 05:30