SQL0964C The transaction log for the database is full.
这个错误说明事务日志已满,查到一些解决方法:
方法一:命令行方式
把日志文件的大小和日志文件的数量扩充,如下命令 :
db2 update db cfg for DATABASE using LOGFILSIZ 7900
db2 update db cfg for DATABASE using LOGPRIMARY 30
db2 update db cfg for DATABASE using LOGSECOND 20
...