My stored procedure looks like this
"begin packagename.procname; end;"
how to pass values for this stored procedure?
When I use sp-execute action it is asking for parameter value and parameter signature, But the procedure has no parameters.
How can we pass values if there are no parameters but only variables in the procedure?
No answers
Harshitha posted a new question