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
方法二:控制中心方式。
直接在该数据库上右键,弹出如下窗口,找到 Configure Dababase Logging Wizard,打开即可设置。
ibm官方说明:
SQL0964C The transaction log for the database is full (DB2 事务 日志满 清理 )
最新推荐文章于 2022-03-03 13:02:12 发布