Machine : AIX 5.2
Product : UDB DB2 Release 8.1 FP4a
I have problem loading data into destination table. The data file is
huge with more than 6 Million records. This what i have done
1. Export the data into flat file (del format)
2. use the load command to load the data
At step 2, i found that there are some errors registered in the load
message files for a particular rowid. Please refer to the error below
SQL3125W The character data in row "6483140" and column "8" was
truncated
because the data is longer than the target database column.
SQL3125W The character data in row "6483140" and column "11" was
truncated
because the data is longer than the target database column.
SQL3125W The character data in row "6483140" and column "13" was
truncated
because the data is longer than the target database column.
SQL0180N The syntax of the string representation of a datetime value
is
incorrect. SQLSTATE=22007
As you can see at row 6483140 there are some errors at column level. To
look for this error, i cannot edit the data file as it is very huge and
not feasible to look for the row. The best part is that the source
table does not have any key field or index for me to manipulate the
data retrieval.
How do i extract the data of the row?
Please help.
Regards,
Uthuras