回复 #20 我笨故我在 的帖子
sample.cfg{ Wake up once a second, the database name is ibmsampl,
do accounting every 5 minutes.}
interval 1; dbname SAMPLE; account 5;
desc "Allow no UOW to idle for more than 300 seconds"
setlimit idle 300action force;
db2gov start sample sample.cfg 原帖由 diablo2 于 2008-5-20 10:28 发表 http://www.itpub.net/images/common/back.gif
sample.cfg
{ Wake up once a second, the database name is ibmsampl,
do accounting every 5 minutes.}
interval 1; dbname SAMPLE; account 5;
desc "Allow no UOW to idle for more than 300 seconds"
setlimit idle 300action force;
db2gov start sample sample.cfg
:right:
db2gov 的所有规则介绍老兄有秘藏的red book or white book吗?
infocenter里介绍的太少了
回复 #22 我笨故我在 的帖子
meiyou没有 控制器应用程序的话,使用idle 300 的话,所有连接空闲时间超过300的都被foece或者降低优先级别了!使用uowtime 1000的话,所有大型查询的查询时间超过1000的都被foece或者降低优先级别了! 我这边有一个文档,关于控制器应用程序的,LZ要是需要可以PM我!
不过我觉得针对这个特例,用控制器应用程序没有太大的必要,而且还需要打开数据库的监控器开关!会影响系统的性能的。。。