User Profile

Collapse

Profile Sidebar

Collapse
Bob DiMonte
Bob DiMonte
Last Activity: Sep 13 '07, 07:52 PM
Joined: Sep 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bob DiMonte
    started a topic DB2 Load Identity Column
    in DB2

    DB2 Load Identity Column

    Have some generated columns in a table. did and export of ixf type and ran:

    load from d:\dba\test_stu dents.ixf of ixf modified by identityoverrid e messages d:\dba\test_stu dents_imp3.txt insert into test.students_l ive;

    but still get rows rejected with
    SQL3550W The field value in row "F0-1" and column "12" is not NULL, but the
    target column has been defined as GENERATED ALWAYS.
    ...
    See more | Go to post

  • Bob DiMonte
    started a topic Loading Identity Columns
    in DB2

    Loading Identity Columns

    Have some generated columns in a table. did and export of ixf type and ran:

    load from d:\dba\test_stu dents.ixf of ixf modified by identityoverrid e messages d:\dba\test_stu dents_imp3.txt insert into test.students_l ive;

    but still get rows rejected with SQL3550W The field value in row "F0-1" and column "12" is not NULL, but the
    target column has been defined as GENERATED ALWAYS.

    ...
    See more | Go to post
    Last edited by Bob DiMonte; Sep 13 '07, 07:38 PM. Reason: Wrong Forus
No activity results to display
Show More
Working...