| Oracle Help for the Web | Contents | Index | Search | View Topic |
| Field Descriptions | Related
Help Topics | Additional Information
| Locating this Page |
Use this page to choose a name for the package and the schema that will own it.
A package groups logically related PL/SQL types, items, and subprograms. Packages have two parts, a specification and a body. The specification (spec for short) is the interface to your providers; it declares the types, variables, constants, exceptions, cursors, and subprograms available for use. The body fully defines cursors and subprograms, and so implements the spec.
| Field | Description |
|---|---|
| Schema | Choose the schema that will own the finished package. Only schemas in which you have Manage schema access privileges display in the list. |
| Package Name | Enter the name you want to use to identify the package. |
To locate this page in OracleAS Portal:
Copyright © 2005, Oracle. All rights reserved.