Multiple choice technology databases

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

  1. Raise Application procedure

  2. Raise Application Error procedure

  3. Application Error procedure

  4. 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 PL/SQL procedure used to issue user-defined error messages from stored subprograms with error numbers between -20000 and -20999.