ORA-12899: value too large for column
In one of the ODI job, we are getting following error :
Caused By: java.sql.SQLException: ORA-12899: value too large for column "XXXX"."I$_W_XXXXX_F"."PICK_29" (actual: 90, maximum: 30)
We have cross verified source and target table structure and we didn't find any difference for PICK_29 column.
Also, we tried running following sql query on source table to see maximum length character present in this column.
select max(length(pick_29)) from W_XXXXX_DS; //27