JUST DO IT ~

我只想当个程序员

oracle open_cursors

 先备份一下 C:\oracle\product\10.2.0\db_2\dbs 

SPFILEIDMP.ORA

alter system set open_cursors=600 scope=spfile;

500 ~1000  

 select a.name, b.value
 from v$statname a, v$mystat b
 where a.statistic# = b.statistic#
and lower(a.name) like '%' || lower('cursor')||'%'


NAME                                                                  VALUE
---------------------------------------------------------------- ----------
opened cursors cumulative                                               166
opened cursors current                                                    1
session cursor cache hits                                               107
session cursor cache count                                               19
cursor authentications                                                   18


参考

http://hi.baidu.com/xiutuo/blog/item/db64e27e5b72233c0dd7da0a.html

http://blog.chinaunix.net/u2/68465/showart_683669.html


http://lovexueer.itpub.net/post/5072/45405

posted on 2008-06-13 16:25 小高 阅读(947) 评论(1)  编辑  收藏 所属分类: Oracle

评论

# re: oracle open_cursors 2008-06-16 15:19 小高

共享SQL区在shared pool中释放的条件

alter system flush shared_pool


http://space.itpub.net/12361284/viewspace-259954  回复  更多评论   


只有注册用户登录后才能发表评论。


网站导航:
 

导航

<2008年6月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

统计

常用链接

留言簿(3)

随笔分类(352)

收藏夹(19)

关注的blog

手册

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜