HomeOracleOracle Error PLS-00233: function name used as an exception name in when clause

Oracle Error PLS-00233: function name used as an exception name in when clause

Oracle Error Message

PLS-00233: function name used as an exception name in when clause

Reason for the Error

The WHEN clause in an exception handler contains a function call instead of an exception name. A valid exception handler consists of a WHEN clause, which must specify an exception, followed by a sequence of statements to be executed when that exception is raised.

Solution

Check the spelling of the identifier in the WHEN clause, then replace the function call with an exception name.

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...