1. 程式人生 > >求助:DB2資料庫方面的問題

求助:DB2資料庫方面的問題

今天在向DB2資料庫中load資料時出錯,在網上查了一下,沒有查到解決辦法,哪位高手能不能幫忙看一下:

DB20000I  The SQL command completed successfully.
SQL3501W  The table space(s) in which the table resides will not be placed in
backup pending state since forward recovery is disabled for the database.

SQL3109N  The utility is beginning to load data from file
"/cmod/od_data/mobileData/syn/month/20090210/TDNATIONAL_20090210001.dat".

SQL3500W  The utility is beginning the "LOAD" phase at time "02/10/2009
13:14:57.346792".

SQL3519W  Begin Load Consistency Point. Input record count = "0".

SQL3520W  Load Consistency Point was successful.

SQL3125W  The character data in row "F0-1" and column "1" was truncated
because the data is longer than the target database column.

SQL3137W  Row "F0-1" is too short.  At least one input value being loaded to a
non-nullable column is missing.  The row was not loaded.

SQL3185W  The previous error occurred while processing data from row "F0-1" of
the input file.

SQL3125W  The character data in row "F0-2" and column "1" was truncated
because the data is longer than the target database column.

SQL3137W  Row "F0-2" is too short.  At least one input value being loaded to a
non-nullable column is missing.  The row was not loaded.

SQL3185W  The previous error occurred while processing data from row "F0-2" of
the input file.

SQL3125W  The character data in row "F0-3" and column "1" was truncated
because the data is longer than the target database column.

SQL3137W  Row "F0-3" is too short.  At least one input value being loaded to a
non-nullable column is missing.  The row was not loaded.

SQL3185W  The previous error occurred while processing data from row "F0-3" of
the input file.

SQL3227W  Record token "F0-1" refers to user record number "1".

SQL3227W  Record token "F0-2" refers to user record number "2".

SQL3227W  Record token "F0-3" refers to user record number "3".

SQL3110N  The utility has completed processing.  "3" rows were read from the
input file.

SQL3519W  Begin Load Consistency Point. Input record count = "3".

SQL3520W  Load Consistency Point was successful.

SQL3515W  The utility has finished the "LOAD" phase at time "02/10/2009
13:14:57.741537".

SQL3107W  There is at least one warning message in the message file.


Number of rows read         = 3
Number of rows skipped      = 0
Number of rows loaded       = 0
Number of rows rejected     = 3
Number of rows deleted      = 0
Number of rows committed    = 3

DB20000I  The SQL DISCONNECT command completed successfully.

我查看了一下資料,資料欄位和資料庫表的欄位都是沒有問題的。