How to fix the Oracle error LPX-00219: invalid digit ‘~c’ in character reference?

In this post, you’ll learn more about the Oracle ErrorLPX-00219: invalid digit ‘~c’ in character reference with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

LPX-00219: invalid digit ‘~c’ in character reference

Reason for the Error LPX-00219: invalid digit ‘~c’ in character reference

Cause: An invalid digit was found in a character reference.

How to fix the Error LPX-00219: invalid digit ‘~c’ in character reference ?

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

Action: Character references are either &#DDD; where D’s are decimal digits, or &#xHHH; where H’s are hexadecimal digits.

Tags :

Leave Your Comment