Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1398806
  • 博文数量: 556
  • 博客积分: 12626
  • 博客等级: 上将
  • 技术积分: 5799
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-11 15:56
个人简介

从事IT基础架构多年,发现自己原来更合适去当老师……喜欢关注新鲜事物,不仅限于IT领域。

文章分类

全部博文(556)

文章存档

2019年(6)

2018年(15)

2017年(17)

2016年(11)

2015年(2)

2014年(2)

2013年(36)

2012年(54)

2011年(100)

2010年(41)

2009年(72)

2008年(14)

2007年(82)

2006年(104)

分类: Sybase

2008-01-24 09:20:49

系统出现Error: 1204, Severity: 17, State: 2的错误,访问的应用被中断
1> sp_monitorconfig "number of locks"
2> go
Usage information at date and time: Jan 24 2008  9:03AM.
 
 Name                      Num_free    Num_active  Pct_act Max_Used  
         Num_Reuse  
 ------------------------- ----------- ----------- ------- -----------
         -----------
 number of locks                 99543         457   0.46       100378
                   0
(return status = 0)
 
 
1> sp_monitorconfig "number of user connections"
2> go
Usage information at date and time: Jan 24 2008  9:03AM.
 
 Name                      Num_free    Num_active  Pct_act Max_Used  
         Num_Reuse  
 ------------------------- ----------- ----------- ------- -----------
         -----------
 number of user connection         292           8   2.67           40
                   0
(return status = 0)
 
再通过检查sp_configure "number"
发现number of locks超出了系统设置范围,加大这个参数系统恢复正常。
阅读(5500) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~