Showing posts with label ORA-08440. Show all posts
Showing posts with label ORA-08440. Show all posts

Tuesday, 21 February 2012

ORA-08440: raw buffer is too short to hold converted data

ORA-08440: raw buffer is too short to hold converted data

Cause: The output raw buffer passed to a UTL_PG NUMBER_TO_RAW conversion routine was not large enough to contain the results of the conversion based on the picture mask.

Action: Increase the raw buffer size to the size necessary to hold the entire result of the conversion.