How to test pl/sql procedure by passing parameters
Hi everybody,
Can anyone plz tell me how to pass parameters in procedure to test any procedure? Is it: exec pkg_name.proc_name (IN parameters) '? This is not working for me. I am putting all IN parameters seprated by comma in paranthesis. What are different ways to pass parameters in procedure to test it? Please explain if possible.
I will really appreicate your reply. Thank you.