Handling should include
- listing the types of exceptions that can occur in a PL/SQL program
- describing the way an error can be trapped in a PL/SQL program
- writing a program that
- includes an EXCEPTION section
- traps the error(s)
- reads the error(s) and provides new instructions to the program that allows the program to resume.