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

About Handling Exceptions Raised in Triggers

When you write triggers that include SQL statements, PL/SQL statements, or calls to user-named subprograms, you should consider how you will handle any exceptions that are raised. Depending on the behavior desired, you can respond to exceptions in one of three ways:


About handling runtime errors in triggers