[AIX][V8.2] SQL0964C The transaction log for the database is full
Bonjour,
lors d'un chargement des données via le "load" , ce dernier ne se termine pas et après une exécution de plusieurs heures , il se plante en renvoyant les message d'erreur suivant.
Citation:
JGarantieLoad..DB2LOAD_GCPBO_wltgar: ERROR occurred : loading table, SQLCODE -964
JGarantieLoad..DB2LOAD_GCPBO_wltgar: SQL0964C The transaction log for the database is full. SQLSTATE=57011
JGarantieLoad..DB2LOAD_GCPBO_wltgar: Error occurred while loading table
JGarantieLoad..DB2LOAD_GCPBO_wltgar: Internal Error: Function 'load_data' failed
Attempting to Cleanup after ABORT raised in stage JGarantieLoad..DB2LOAD_GCPBO_wltgar
Veuillez trouver ci-dessous le script de load de la table qui pose problème:
Code:
1 2 3
|
LOAD FROM /datastage/Ascential/DataStage/Projects/WLPRD/DirTmpFile/WLTGAR/inpdata.dat OF DEL MODIFIED BY lobsinfile noheader SAVECOUNT 10000 ROWCOUNT 0 WARNINGCOUNT 0 MESSAGES /datastage/Ascential/DataStage/Projects/WLPRD/DirTmpFile/LMFLoadWLTGAR.txt TEMPFILES PATH /datastage/Ascential/DataStage/Projects/WLPRD/DirTmpFile/RMFLoadWLTGAR.txt REPLACE into WLDPVIE.WLTGAR FOR EXCEPTION WLTGAREX STATISTICS NO USING /datastage/Ascential/DataStage/Projects/WLPRD/DirTmpFile/WLTGAR DATA BUFFER 0 SORT BUFFER 0 CPU_PARALLELISM 0 DISK_PARALLELISM 0 INDEXING MODE AUTOSELECT |
Quelqu'un pourra me dire comment resoudre ce problème, est ce qu'il y a un problème sur mon script de load ?
Merci