How to fix the Oracle error PCC-00062: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL?

In this post, you’ll learn more about the Oracle ErrorPCC-00062: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

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

Reason for the Error 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.

How to fix the Error PCC-00062: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL ?

You can fix this error in Oracle by following the below steps

Action: Remove the PL/SQL block or specify SQLCHECK=SEMANTICS.

Tags :

Leave Your Comment