Hello,
I have a simple stored procedure that has an 1 output and 1 input parameter. I get an error when I try to execute the proc from SQL editor in TOAD. It has to do with the ouput parameter. Below is the statement that executes if there was just 1 input parameter
exec my_proc('test') --- This works
How do I execute a stored proc if I have an output parameter. Do I need to pass in the output variable?
Thanks
Start Free Trial