标签:令行 关闭自动 自动 环境 options div 自动提交 ons win
db2 关闭命令行CLP自动提交
--临时关闭自动提交
#db2 "update command options using C off
--永久关闭自动提交
----linux 环境下
#db2set -lr | grep -i "db2option"
----Windows 环境下
#db2set -lr | find /i "db2option"
标签:令行 关闭自动 自动 环境 options div 自动提交 ons win
原文地址:http://www.cnblogs.com/DBA-Ivan/p/7856475.html