I have a oracle sql script with following contents:
A Function and 3 procedures.
One procedure (MAIN) internally will call the other 2 procs and the function.
Now through TOAD, how can I execute or call the the MAIN procedure?
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.
This should do it:
If you want it in a PL/SQL block for some reason:
Of course, this assumes that you have direct access to the main procedure itself.
Is that what you meant or have I missed something?
If I have then this might be helpful:
http://www.informit.com/articles/article.aspx?p=31544&seqNum=10