Oracle Database 12c New Features

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.