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.