Oracle Error PLS-00367: a RAISE statement with no exception name must be inside an exception handler

Oracle Error Message

PLS-00367: a RAISE statement with no exception name must be inside an exception handler

Reason for the Error

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

Solution

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