sahu Profile Answers by sahu Questions by sahu Mar 29th, 2007 Hi,if you Passing Parameters,then Below it will excutetypesql> execute Procedure_name(arg1,arg2,...,arg n);...if donot pass Parametersthentypesql> execute Procedure_name
What is the execution procedure in oracle ?
Editorial / Best Answer
sahuProfile Answers by sahu Questions by sahu
Hi,
if you Passing Parameters,
then
Below it will excute
typesql> execute Procedure_name(arg1,arg2,...,arg n);...
if donot pass Parameters
then
typesql> execute Procedure_name
Related Answered Questions
Related Open Questions