Dear all,
I have a problem during data loading:
I have a table created with following instruction:
1) import from <table>.ixf of ixf ROWNUM 1 create into <table>;
2) delete from <table>
3) load from <table>.ixf of ixf insert into of ixf insert into <table>;
After third point I obtain follow messages from every row:
SQL0433N Value "stringstringstringstringstringstringstringstrings tringstring
" is too long. SQLSTATE=22001
SQL3185W The previous error occurred while processing data from row "239" of
the input file.
I'll enlarge all datatype column, bufferpool, tablespace but I get same errors....have you idea????
Thank you in advance!
Fabio