Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PLW-06009

procedure "string" OTHERS handler does not end in RAISE

Cause

The OTHERS handler exited without executing a RAISE or a call to a procedure that was marked with pragma SUPPRESSES_WARNING_6009.


Action

Good programming practice suggest that OTHERS handlers must always pass an exception upward. Inspect the program logic to determine if the handler code needs revision.