Skip Headers
Oracle® Database PL/SQL Language Reference
11g Release 2 (11.2)

Part Number E10472-05
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

RAISE Statement

The RAISE statement explicitly raises a predefined or user-defined exception.

Topics:

Syntax

raise_statement ::=

raise_statement
Description of the illustration raise_statement.gif

Semantics

exception_name

The name of either a predefined exception (see Table 11-2) or a user-defined exception (see "Exception").

The exception_name is optional only in an exception handler, where the default is the current exception (see "Reraising an Exception").

Examples

Related Topics

In this chapter:

In other chapters: