Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Common StatementsRSS Feeds

EXECUTE

Posted By: Adelino Fischer     Category: Oracle     Views: 1201

EXECUTE with example in oracle.

EXECUTE

execute [@return_status = ]
   procedure_name
   [[@parameter_name =] value |
     [@parameter_name =] @variable [output]...]]

EXECUTE command runs a stored procedure and its associated SQL statements. Parameters can be passed to the stored procedure, and data can be returned in these parameters if the output keyword is used. 

  
Share: 

 
 
 

Didn't find what you were looking for? Find more on EXECUTE Or get search suggestion and latest updates.

Adelino Fischer
Adelino Fischer author of EXECUTE is from Frankfurt, Germany.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!