- 最后登录
- 2016-12-12
- 在线时间
- 22 小时
- 威望
- 0
- 金钱
- 76
- 注册时间
- 2012-1-30
- 阅读权限
- 10
- 帖子
- 24
- 精华
- 0
- 积分
- 0
- UID
- 188
|
3#
发表于 2013-3-28 09:18:17
谢谢,刘大!
下面这个是tom网站上对别人的回答
library cache -- table defs, constraints, indexes, etc. "data dictionary" stuff.
shared pool sql area -- your sql, its plan, its security needs, etc.
做librarycache转储的时候应该就是heap manager里的library cache吧?
v$librarycache指的是不是就是大概念的?在oracle的文档里会在什么情况下使用这种大概念的多? |
|