Message Oracle PCB-00008 - Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL

ERRORMust use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL
CAUSEThe 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.
ACTIONRemove the PL/SQL block or specify SQLCHECK=SEMANTICS.