DB2 close auto commit
2017-11-18 13:32 Ivan的一亩三分地 阅读(1098) 评论(0) 收藏 举报db2 关闭命令行CLP自动提交
--临时关闭自动提交
#db2 "update command options using C off
--永久关闭自动提交
----linux 环境下
#db2set -lr | grep -i "db2option"
----Windows 环境下
#db2set -lr | find /i "db2option"
db2set 设置
db2set DB2OPTIONS=+c
1. 原理通透 2. 思路清晰 3.操作娴熟