Multiple choice technology databases

To handle the exception explicity, they must be declared using Pragma EXCEPTION_INIT

  1. True

  2. False

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

Pragma EXCEPTION_INIT is used to associate a user-defined exception name with a specific internal Oracle error number (ORA-nnnnn). This allows the programmer to write an explicit 'WHEN' handler for an error that doesn't have a pre-defined name in PL/SQL.