Hi,
I am trying to move in around 25 lakh records into a table from 5 tables.
However, I keep running into the below error
"Data store driver error: [IBM][CLI
Driver][DB2/6000] SQL0964C The transaction log for the database is
full. SQLSTATE=57011" .
I have increased the number of files and the filesize several times and now the parameters look like this:
Log file size (4KB) (LOGFILSIZ) = 32000
Number of primary log files (LOGPRIMARY) = 8
Number of secondary log files (LOGSECOND) = 248
Could someone please help me out?
Thanks,
Sharath
I am trying to move in around 25 lakh records into a table from 5 tables.
However, I keep running into the below error
"Data store driver error: [IBM][CLI
Driver][DB2/6000] SQL0964C The transaction log for the database is
full. SQLSTATE=57011" .
I have increased the number of files and the filesize several times and now the parameters look like this:
Log file size (4KB) (LOGFILSIZ) = 32000
Number of primary log files (LOGPRIMARY) = 8
Number of secondary log files (LOGSECOND) = 248
Could someone please help me out?
Thanks,
Sharath
Comment