How to fix the Oracle error PLS-00180: preprocessor directives are not supported in this context?
In this post, you’ll learn more about the Oracle ErrorPLS-00180: preprocessor directives are not supported in this context with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00180: preprocessor directives are not supported in this context
Reason for the Error PLS-00180: preprocessor directives are not supported in this context
A preprocessor directive was used in a compilation unit for which conditional compilation is not supported.
How to fix the Error PLS-00180: preprocessor directives are not supported in this context ?
You can fix this error in Oracle by following the below steps
Do not use any preprocessor directives in this compilation unit.
Leave Your Comment