|
Publicité ' | |||||||||||||||||||||||
|
|
#1 |
|
Membre habitué
![]() |
Bonjour
j'utilise db2 v 9 sous windows jai un fichier de donnee que je load dans l'une de mes tables mais kan le nombre de lign depasse exactement 3000 lignes ca me mets l'erreur suivante SQL3306N erreur sql -359 je rappel que quand je fait limport avec moin de 2000 lign ca passe si quelqu'un poura maider car jai 100000 lign a loader dans ma tables Merci
__________________
Tout simple et bien simple
|
|
|
00
|
|
|
#2 |
|
Membre habitué
![]() Inscription : septembre 2004 Messages : 123 ![]() |
Bonjour,
SQL0359N The range of values for the identity column is exhausted. Explanation: DB2 attempted to generate a value for an identity column, however all allowable values for the identity column have already been assigned. The statement cannot be processed. User Response: Redefine the table with a larger range of values for the identity column. To do this, drop the existing table. Recreate the table with a different data type for the identity column, specifying a data type that has a larger range of values than the current data type for the identity column. sqlcode: -359 sqlstate: 23522 Alex. |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com