- 最后登录
- 2016-4-27
- 在线时间
- 84 小时
- 威望
- 87
- 金钱
- 846
- 注册时间
- 2012-2-22
- 阅读权限
- 50
- 帖子
- 101
- 精华
- 1
- 积分
- 87
- UID
- 253
|
4#
发表于 2012-6-15 13:29:10
The session cursor cache is a doubly linked list of cursor instantiation
objects. When a session attempts to close a cursor, if the parse count on the
corresponding shared cursor is 3 or more, then subject to the
session_cached_cursors parameter the instantiation object on the LRU end of the
cache may be deallocated, and the instantiation object for the cursor being
closed is cleaned up and added to the MRU end of the session cursor cache LRU
list. |
|