oracle ebs 标准采购接收后无法入库
发布网友
发布时间:2022-04-13 14:24
我来回答
共1个回答
热心网友
时间:2022-04-13 15:53
查一下吧,插入的数据长度过长。要不就把用户的数据长度缩短,要不就增加数据库里表的字段长度。
ORA-12899: value too large for column string (actual: string, maximum: string)
Cause: An attempt was made to insert or update a column with a value which is too wide for the width of the destination column. The name of the column is given, along with the actual width of the value, and the maximum allowed width of the column. Note that widths are reported in characters if character length semantics are in effect for the column, otherwise widths are reported in bytes.
Action: Examine the SQL statement for correctness. Check source and destination column data types. Either make the destination column wider, or use a subset of the source column (i.e. use substring).