Oracle PL SQL Programming

Casual Mode - Take your time!

1 / 15
Correct
0
Incorrect
0
Score
0%
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.
Change Mode