What is the execution procedure in oracle ?

Editorial / Best Answer

sahu  

  • Member Since Dec-2005 | Mar 29th, 2007


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

Showing Answers 1 - 2 of 2 Answers

RaviKumar

  • Oct 28th, 2005
 

type

sql> execute Procedure_name(arg1,arg2,...,arg n);

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions