Browser Detection Script checks if Internet Explorer 5.5 is being used and adjusts the font size if it is.
Oracle Help for the WebContentsIndexSearchView Topic


Create Package: Schema and Package Name

Skip Navigation Links| 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.

Go to topField Descriptions

 

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.

Go to topRelated Help Topics

Next Steps:

Go to topAdditional Information

On Portal Center:

Go to topLocating this Page

To locate this page in OracleAS Portal:

  1. On the Portal Builder page, click the Navigator link.
  2. Click the Database Objects tab.
  3. In the Name column, scroll down to the schema in which you want to build the object.
  4. Click the schema's name.
  5. Click Create New...Package.