Skip to content

Opening book details…

About this document

Handling Exceptions in PL/SQL by machanta067 is a document available to read on EtoBox.

This document discusses different types of exceptions in PL/SQL including user-defined exceptions, raise_application_error, and unnamed exceptions. User-defined exceptions are defined in the declare section and raised where errors are predicted. raise_application_error provides a more descriptive error message and should use error numbers between -20999 and -20000. Unnamed exceptions can be initialized with pragma exception_init to define an error message and number for exceptions not predefined. Exceptions

Author
machanta067
Language
EN