PLS-00378: invalid compilation unit for this release of PL or SQL

PLS-00378: invalid compilation unit for this release of PL or SQL

Cause: A compilation unit is a file containing PL or SQL source code that is passed to the compiler. Only compilation units containing blocks, declarations, statements, and subprograms are allowed. This error occurs when some other language construct is passed to the compiler.

Action: Make sure the compilation unit contains only blocks, declarations, statements, and subprograms.

No comments:

Post a Comment