Handle raised exceptions, you write separate routines called exception handlers - PL/SQL
Q. To handle raised exceptions, you write separate routines called exception handlers.- Published on 07 Jul 15a. Yes
b. No
ANSWER: Yes
Once the exception handle run, the current block stops executing and the next block starts resuming. If there is no other block the control returns back to the host environment.