Hi guys,
I am reading a Cobol Data file using Cobol Copybook in BODS
When I try to load this data to Oracle staging, it gives error for many VARCHAR columns.
ORA-12899: value too large for column
Some errors are like, actual size is 54 but given is 50.
Looks like, query transform expects larger column width than in CopyBook. Again if I increase column size and load data;
job gets completed OK. But if I check loaded column data, the max length of data is same as it was in CopyBook.
Please advice me on the same...
Thanks in advance.