What Is a Stored Procedure in Oracle

Q

What Is a Stored Program Unit in Oracle?

✍: FYIcenter.com

A

A stored program unit, or procedure, is a named block of codes which:

  • Has a name.
  • Can take parameters, and can return values.
  • Is stored in the data dictionary.
  • Can be called by many users.

 

Create a Simple Stored Procedure in Oracle

Run the Anonymous Block Again in Oracle

Introduction to Oracle PL/SQL

⇑⇑ Oracle Database Tutorials

2019-03-20, 1590🔥, 0💬