Oracle DBA, How To, Error, Cause and Action

ORA-06592: CASE not found while executing CASE statement

ORA-06592: CASE not found while executing CASE statement


Cause:


A CASE statement must either list all possible cases or have an else clause.



Action:


Add all missing cases or an else clause.

No comments:

Post a Comment

Thanks for your comment.