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

Wednesday, 22 February 2012

ORA-08466: raw buffer length string is too short for string

ORA-08466: raw buffer length string is too short for string

Cause: The input raw buffer passed to a UTL_PG RAW_TO_NUMBER conversion routine was less than %s bytes long, but the picture mask parameter specified that %s bytes of input data were to be converted.

Action: Either the input data is incorrect, or the picture mask is incorrect. Correct the appropriate item.