ORA-08440: raw buffer is too short to hold converted data Cause: Theoutput raw buffer passed to a UTL_PG NUMBER_TO_RAW
conversion routine was not large enough to contain the results of theconversion
based on the picture mask. Action: Increasethe raw buffer size to the size necessary to hold the entire result
of the conversion.