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



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

Answer / guest

Cause: 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.

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

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

SQL*Loader-00913: Error fetching results of select statement (upi): [number]

1 Answers  


QSM-02039: top level mv query uses grouping sets

1 Answers  


ORA-14405: partitioned index contains partitions in a different tablespace

1 Answers  


ORA-14012: resulting partition name conflicts with that of an existing partition

1 Answers  


NNO-00610: detected possible alias loop involving name "string"

1 Answers  






QSM-02147: default date format is sensitive to session settings

1 Answers  


TNS-00062: INTCTL: Bad command or syntax error: For help type help/h/?

1 Answers  


LSX-00164: no content specified in "~S"

1 Answers  


TNS-01071: %s is set to string

1 Answers  


ORA-12728: invalid range in regular expression

1 Answers  


ORA-02056: 2PC: string: bad two-phase command number string from string

1 Answers  


IMP-00006: failed to allocate memory of size number

1 Answers  


Categories