标题: ORA-08466: raw buffer length string is too short for string [打印本页] 作者: admin 时间: 2016-8-2 10:20 标题: ORA-08466: raw buffer length string is too short for string ORA-08466: raw bufferlength string istoo short for string Cause: Theinput raw buffer passed to a UTL_PG RAW_TO_NUMBER conversion
routine was less than %s bytes long, but the picture mask parameter specifiedthat
%s bytes of input data were to be converted. Action: Eitherthe input data is incorrect, or the picture mask is incorrect. Correct
the appropriate item.