I have the following situation:
I have a java code launching a stored procedure. What I want is to launch the java code, and when arriving into the stored procedure, to start debuggin it using Toad.
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m afraid it is not possible. The code will be executed in the session of the Java-Code, not in your Toad session.
EDIT:
Writing some trace in your application might be sufficient to track down the problems.
TOAD Debugger:
Looks like you need a special license, have a look at asktoad which lists the possible reasons if the menu is disabled.
If your license allows debugging, this article might be interesting to allow debugging with Oracle 10.