ajsyipsc40270的博客以下是删除大表不记录日志的具体步骤:1.临时设置自动提交关闭(使用命令db2 list command options查看Auto-Commit参数状态是否为OFF,如果不是则使用db2set DB2OPTIONS=+c永久关闭)update command options using c...
bfhai的博客-- db2delete 大表不写日志操作 1.update command options using c off -- //关闭自动提交 2.alter table MARPT.RPT_DIM_U_ORG_INX_M_CURR_CUS_PRO_TBK activate not logged initially //设置不记日志 3....
weixin_39630637的博客[db2inst1@seagull ~]$ db2samplCreating database "SAMPLE"...Connecting to database "SAMPLE"...Creating tables and data in schema "DB2INST1"...'db2sampl' processing complete.[@more@][db2inst1@seagull ~]...
窦福成的博客DB2归档日志的开启以及备份脚本(自动清理归档)所有操作均在db2inst用户下执行,应用关闭为前提条件。SAMPLE为数据库名。1.查看LOG设置情况[db2inst1@localhost backup]$ db2 get db cfg for SAMPLE |grep -i log主要...
程序员小群的博客-- db2delete 大表不写日志操作 1.update command options using c off -- //关闭自动提交 2.alter table MARPT.RPT_DIM_U_ORG_INX_M_CURR_CUS_PRO_TBK activate not logged initially //设置不记日志 ...
adbc12256的博客db2 get db cfg fordbName 此命令可以查看当前数据库的日志文件大小(LOGFILSIZ),主日志数(LOGPRIMARY),辅日志数(LOGSECOND)。 db2update db cfg for dbName...db2update db cfg for dbNameusing LOGSE...