How to fix the Oracle error PLS-01900: : character to number conversion error?
In this post, you’ll learn more about the Oracle ErrorPLS-01900: : character to number conversion error with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-01900: : character to number conversion error
Reason for the Error PLS-01900: : character to number conversion error
There was a failure while converting a character string into a numeric value.
How to fix the Error PLS-01900: : character to number conversion error ?
You can fix this error in Oracle by following the below steps
Verify that all character strings assigned to number variables have valid numeric value interpretations.
Leave Your Comment