ORA-01438: value larger than specified precision allows for this column
593270Nov 27 2007 — edited Mar 22 2010Hi,
Can anybody help..
Created the target table same structure as the source table.Script for the target table is
create table TRG_MTL_SYSTEM
as select *
from MTL_SYSTEM_ITEMS_B.... and I Successfully reversed the source table and target tables into the models. Created one interface for those target and source tables and mapped columns through auto mapping. When i am executing the interface to load the data to the target , I am getting these error "ORA-01438: value larger than specified precision allows for this column" while executing the interface.
Can anybody suggest me the solution where i did the mistake..
Thanks in Adavance............