What Is Stored Program Unit

Q

What Is Stored Program Unit? - Oracle DBA FAQ - Introduction to PL/SQL

✍: FYIcenter.com

A

A stored program unit 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.

2007-04-25, 5241👍, 0💬