ITPub博客

首页 > Linux操作系统 > Linux操作系统 > OPEN_CURSORS(转)

OPEN_CURSORS(转)

原创 Linux操作系统 作者:tochar 时间:2007-07-27 00:00:00 0 删除 编辑

Parameter type

Integer

Default value

50

Parameter class

Dynamic: ALTER SYSTEM

Range of values

1 to 4294967295 (4 GB -1)

OPEN_CURSORS specifies the maximum number of open cursors (handles to private SQL areas) a session can have at once. You can use this parameter to prevent a session from opening an excessive number of cursors. This parameter also constrains the size of the PL/SQL cursor cache which PL/SQL uses to avoid having to reparse as statements are reexecuted by a user.

It is important to set the value of OPEN_CURSORS high enough to prevent your application from running out of open cursors. The number will vary from one application to another. Assuming that a session does not open the number of cursors specified by OPEN_CURSORS, there is no added overhead to setting this value higher than actually needed.


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/9078678/viewspace-45131/,如需转载,请注明出处,否则将追究法律责任。

下一篇: OPEN_LINKS(转)
请登录后发表评论 登录
全部评论

注册时间:2007-12-11

  • 博文量
    118
  • 访问量
    802840