How to fix the Oracle error PCB-00220: Invalid scale specified in EXEC SQL VAR statement?

In this post, you’ll learn more about the Oracle ErrorPCB-00220: Invalid scale specified in EXEC SQL VAR statement with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PCB-00220: Invalid scale specified in EXEC SQL VAR statement

Reason for the Error PCB-00220: Invalid scale specified in EXEC SQL VAR statement

Cause: A scale which is specified which is not valid for the specified data type.

How to fix the Error PCB-00220: Invalid scale specified in EXEC SQL VAR statement ?

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

Action: Specify a scale which is valid for the specified type.

Tags :

Leave Your Comment