自强不息的猪
J2EE, CORBA related Server technology
BlogJava
首页
新随笔
新文章
联系
聚合
管理
posts - 21, comments - 0, trackbacks - 0
Sybase SqlAnywhere 'Resource governor for prepared statements exceeded' problem
用下面的语句可以解决这个问题:
"SET OPTION Public.max_statement_count=0"
缺省的 prepared statements count 是 50 每 connection.
不过要注意是不是程序没有释放prepared statements造成的
posted on 2007-02-05 15:47
自强不息的猪
阅读(647)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
<
2007年2月
>
日
一
二
三
四
五
六
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
常用链接
我的随笔
我的评论
我的参与
留言簿
(3)
给我留言
查看公开留言
查看私人留言
随笔档案
(21)
2007年4月 (1)
2007年3月 (4)
2007年2月 (16)
文章分类
(2)
小技巧(2)
文章档案
(8)
2007年3月 (2)
2007年2月 (6)
links
Vista 740 ERROR_ELEVATION_REQUIRED
理解 SET CHAINED command not allowed within multi-statement transaction.
最新随笔
1. ASE sp_version
2. exit 和 exit /b
3. Right Click to Open Command Prompt in Directory
4. ClassLoader的功能及分类
5. ClassNotFound and NoClassDefFound
6. Right truncation of string data -- ASA10 error message
7. 几种免费的memory leak诊断工具
8. 当你对代码不是很熟悉时,如何改bug
9. windows 下用dir 查询目录中的所有文件
10. Sybase SqlAnywhere 'Resource governor for prepared statements exceeded' problem
搜索
积分与排名
积分 - 15146
排名 - 1986
最新评论
阅读排行榜
1. exit 和 exit /b(3284)
2. windows 下用dir 查询目录中的所有文件(1557)
3. Right truncation of string data -- ASA10 error message(1125)
4. ClassNotFound and NoClassDefFound (1051)
5. 几种免费的memory leak诊断工具(934)
评论排行榜
1. ASE sp_version(0)
2. exit 和 exit /b(0)
3. Right Click to Open Command Prompt in Directory(0)
4. ClassLoader的功能及分类(0)
5. ClassNotFound and NoClassDefFound (0)