How to fix the Oracle error PCC-02349: precision must be specified for this type?
In this post, you’ll learn more about the Oracle ErrorPCC-02349: precision must be specified for this type with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-02349: precision must be specified for this type
Reason for the Error PCC-02349: precision must be specified for this type
Cause: In a VAR or TYPE statement, certain Oracle types require that the precision be specified. For example, VARCHAR2 or CHAR.
How to fix the Error PCC-02349: precision must be specified for this type ?
You can fix this error in Oracle by following the below steps
Action: Indicate the precision.
Leave Your Comment