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?
- These exceptions are raised implicitly.
- These exceptions can be handled explicitly also.
- These are pre-defined exceptions and given a name in Oracle.
- EXCEPTION_INIT has associate a predefined Oracle error number to a programmer_defined exception name.
- The pragma EXCEPTION_INIT is declared in the declarative part of a PL/SQL block.