Multiple choice

Which of the following scenarios is not possible for User-defined Exception in P/L SQL?

  1. This exception must be raised explicitly.

  2. DBMS_STANDARD.RAISE_APPLICATION_ERROR procedure is used to raise this exception.

  3. This exception cannot be raised automatically when a program violates database rules or exceeds system-dependent limits.

  4. This exception caused the memory problems in the database.

  5. These exceptions are created according to user's requirement.

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

User defined exception does not cause any memory specific problems in the database.