标题: ORA-08463: overflow converting decimal number to Oracle number [打印本页] 作者: admin 时间: 2016-8-2 10:04 标题: ORA-08463: overflow converting decimal number to Oracle number ORA-08463: overflowconverting decimal number to Oracle number Cause: The output variable passed to a UTL_PG RAW_TO_NUMBERwas not
large enough to hold the Oracle number resulting from the input decimal number. Action: Besure that the input decimal number is valid, and besure that the output
variable is large enough to hold the Oracle number value.