Hi there,
iīve got some problems while loading a table on DB2(9.7 FP2).
The command looks like similar to this one:
LOAD CLIENT FROM "data.csv" OF DEL MODIFIED BY COLDEL0x09 METHOD P (1, 2, 3, 4, 5, 6, 7, 8, 9) MESSAGES "logs.txt" REPLACE INTO SCHEMA.TABLE (1, 3, 2, 5, 4, 7, 6, 9, 8) NONRECOVERABLE
This command always failed with the message: "The transaction log for the database is full"
I donīt understand this, because the Option NONRECOVERABLE is set.
Why did this happen?
To prevent this error i could increase the logfilesize (LOGFILSIZ, LOGPRIMARY, LOGSECOND), but i donīt want to do that.
What can i do there?
Regards,
Marco