View Single Post
  #1 (permalink)  
Old June 5th, 2006, 01:19 PM
am5407 am5407 is offline
Registered User
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default DB2 identity column

Have a situation where a table with column defined as:
INTEGER GENERATED BY DEFAULT AS IDENTITY. A duplicate condition was raised in test. this happened after the production database was copied to test. Again, the dupe condition happened while inserting rows in the test/qa environment. the application program is not altering the identity column!!.

Any comments on this.

Thanks!