Oracle Error Message
ORA-08431: raw data missing zero as defined in picture
Reason for the Error
The picture mask parameter passed to a UTL_PG RAW_TO_NUMBER conversion routine contained a zero, but the corresponding input from the raw data was not a zero.
Solution
Either the input data is incorrect, or the picture mask is incorrect. Correct the appropriate item.