Multiple choice

Which of the following statements is false regarding user defined exception in PL/SQL?

  1. An user-defined exception must be declared and then raised explicitly.

  2. An user defined exception can be created using a RAISE statement.

  3. The procedure DBMS_STANDARD. RAISE_APPLICATION_ERROR can also throw an user defined exception.

  4. RAISE statements can raise predefined exceptions and also user defined exceptions.

  5. User-defined exceptions are declared in the exception section with their types as exceptions.

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

This is false as user defined exceptions are declared in the declaration section with their types as exception.