标题: ORA-08429: raw data has invalid digit in display type data [打印本页] 作者: admin 时间: 2016-8-2 09:57 标题: ORA-08429: raw data has invalid digit in display type data ORA-08429: raw datahas invalid digit in display type data Cause: The input raw buffer passed to a UTL_PG RAW_TO_NUMBERconversion
routine contained invalid data. The picture mask parameter specified a digit,but
the corresponding input from the raw data did not contain a valid digit. Action: Eitherthe input data is incorrect, or the picture mask is incorrect. Correct
the appropriate item.