How to fix the Oracle error PLS-00379: CASE statements are not included in this release of PL/SQL?
In this post, you’ll learn more about the Oracle ErrorPLS-00379: CASE statements are not included in this release of PL/SQL with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00379: CASE statements are not included in this release of PL/SQL
Reason for the Error PLS-00379: CASE statements are not included in this release of PL/SQL
The unit being compiled contains a CASE statement. However, the current release of PL/SQL does not support CASE statements.
How to fix the Error PLS-00379: CASE statements are not included in this release of PL/SQL ?
You can fix this error in Oracle by following the below steps
Remove the CASE statement from the compilation unit.
Leave Your Comment