Basic HTML version of Foils prepared 7 October 97

Foil 26 Program Units in PL/SQL

From untitled presentation ARL Database Tutorial -- February 98. by Gang Cheng, C.W. Ou, Geoffrey C. Fox


1 PL/SQL Block - an unnamed PL/SQL procedure that groups SQL statements and PL/SQL constructs into a single program unit
2 Stored Procedures - A PL/SQL block stored in the database and called by name from applications
3 Stored Functions - identical to procedures except functions always retun a single value to the caller while procedures do not
4 Stored Packages - a method to encapsulate and store related procedures, functions, variables, and other package constructs together as a unit in the database

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Feb 5 1998