Multiple choice

Which of the following is the incorrect statement about 'Unnamed System Exceptions' in PL/SQL?

  1. These exceptions are raised implicitly.

  2. These exceptions can be handled explicitly also.

  3. These are pre-defined exceptions and given a name in Oracle.

  4. EXCEPTION_INIT has associate a predefined Oracle error number to a programmer_defined exception name.

  5. The pragma EXCEPTION_INIT is declared in the declarative part of a PL/SQL block.

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

These are not the exceptions that occur frequently. So, these are not predefined and cannot be given a name in Oracle.