Multiple choice Which of the following scenarios is not possible for User-defined Exception in P/L SQL? This exception must be raised explicitly. DBMS_STANDARD.RAISE_APPLICATION_ERROR procedure is used to raise this exception. This exception cannot be raised automatically when a program violates database rules or exceeds system-dependent limits. This exception caused the memory problems in the database. 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.