时间:2021-07-01 10:21:17 帮助过:33人阅读
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
DB2 close auto commit
标签:令行 关闭自动 自动 环境 options div 自动提交 ons win