meta data for this page
  •  

CREATE OR ALTER EXCEPTION

Available in: DSQL

Added in: 2.0

Description

If the exception does not yet exist, it is created just as if CREATE EXCEPTION were used. If it already exists, it is altered. Existing dependencies are preserved.

Syntax

Exactly the same as for CREATE EXCEPTION.