A script-enabled browser is required for this page to function properly.

Defining PL/SQL

To define PL/SQL:

  1. In the PL/SQL Editor, type or edit the PL/SQL code for the program unit.

  2. Click Compile.

  3. If necessary, click an error to navigate to its location in the source code. Tip:   Check for missing semicolons at the end of statements, or misspelled syntax.

  1. When the code compiles successfully, click Close.

See also

About program units