DB2定时清理归档日志脚本

logseq=`(db2 get db cfg for $1|grep ' First active log file  '|awk '{print $6}')`ide

db2 connect to $1>/dev/null
db2 prune logfile prior to $logseq >/tmp/clearlogISONLDB.out
相关文章
相关标签/搜索