Search found 2 matches

by lfee12
Mon Apr 16, 2007 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load Problem from sequential file
Replies: 14
Views: 6827

Yes. If an Oracle varchar2 column is defined with a length of 4000, then the updates work correctly if the DataStage length is less than 4000.
by lfee12
Thu Apr 12, 2007 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load Problem from sequential file
Replies: 14
Views: 6827

We are using the server edition, but we just ran into this same issue this morning. If you do a "select dump(column) from table" you can see what is actually in the column. Our job is defined as follows: DS job column definition as VARCHAR 4000, Oracle column definition as VARCHAR2(4000), ...