Your browser does not support JavaScript. This help page requires JavaScript to render correctly. About Packages
Skip Headers
Previous
Previous
 
Next
Next

About Packages

A package is a PL/SQL unit that consists of related subprograms and the explicit cursors and variables that they use.

Oracle recommends that you put your subprograms into packages. Some of the reasons are:

Note: Oracle Database supplies many PL/SQL packages to extend database functionality and provide PL/SQL access to SQL features. You can use the supplied packages when creating your applications or for ideas in creating your own stored procedures. For information about these packages, see Oracle Database PL/SQL Packages and Types Reference.

Related Topics

Oracle Database Concepts

Oracle Database PL/SQL Language Reference for more reasons to use packages

Oracle Database PL/SQL Language Reference for complete information about PL/SQL packages

Oracle Database PL/SQL Packages and Types Reference

Developing Stored Subprograms and Packages