Page 1 of 1

TOraLoader bug in v6.70.0.44

Posted: Thu 05 Feb 2009 10:57
by dbulic
It seems you are adding an extra character in the PutColumnData in the new version. What worked before, doesn't now.
To be specific: When I create TDPColumn and specify the size the same as the size of the varchar column in database, an error is raised during Load.
ORA-12899: value too large for column "TEST"."TLFSV1"."ED1" (actual: 16, maximum: 15)

The size in database is varchar2(15) and I specified column size 15. The error appears even if I put a small string.
Current override is to specify TDPColumn size 1 less than the database size, but that would lead to truncation of the data.
I would appreciate a very quick resolution of the issue as it's causing me a new product version release delay.

Posted: Thu 05 Feb 2009 13:09
by Challenger
We have answered you by mail.