6 EXCEPTION Section EXCEPTION WHEN salary_too_high then PL/SQL statements here ; WHEN another_error OR yet_another then PL/SQL statements here ; WHEN OTHERS-- Oracle defined then PL/SQL statements here ; END; Note OTHERS will trap any other error that you have not accounted for