Trapping should include
- describing the way that Oracle produces errors that are implicitly raised
- determining which exceptions are predefined Oracle server errors
- writing a program that
- includes an EXCEPTION section
- traps a predefined Oracle server error
- reads the error and provides new instructions to the program that allows the program to resume.