PCC-00062: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL

oracle

PCC-00062: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL
Cause: The precompiler tried to parse an embedded PL/SQL block when SQLCHECK={SYNTAX | NONE}. PL/SQL blocks can be parsed only when SQLCHECK=SEMANTICS is specified.
Action: Remove the PL/SQL block or specify SQLCHECK=SEMANTICS.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/