Multiple choice technology databases

Which is the procedure used to issue User-Defined error messages from stored Sub-Programs?

  1. a) Raise Application procedure

  2. b) Raise Application Error procedure

  3. c) Application Error procedure

  4. d) None of the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The RAISE_APPLICATION_ERROR procedure is a built-in Oracle utility used to issue user-defined error messages and error codes (between -20000 and -20999) from stored subprograms and database triggers.