How to fix the Oracle error PCC-02420: Incomplete (or missing) type specification?
In this post, you’ll learn more about the Oracle ErrorPCC-02420: Incomplete (or missing) type specification with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-02420: Incomplete (or missing) type specification
Reason for the Error PCC-02420: Incomplete (or missing) type specification
Cause: An incomplete or perhaps missing type specification was given when declaring a host variable used in some SQL statement.
How to fix the Error PCC-02420: Incomplete (or missing) type specification ?
You can fix this error in Oracle by following the below steps
Action: Provide a complete type definition when declaring host variables intended for use inside any SQL statements.
Leave Your Comment