Database Error Messages

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

PLS-00367

a RAISE statement with no exception name must be inside an exception handler

Cause

A RAISE statement not followed by an exception name was found outside an exception handler


Action

Delete the RAISE statement, relocate it to an exception handler, or supply the missing exception name.