有些迷惑 ?????????

今天把 Oracle DBA Fundamentals I 溫習一下 . 發現一個問題 .
PGA 不署與 SGA 的一部分 .
但是 PGA 的
• Sort area:
• Session information:
• Cursor state:
• Stack space:
又可以存在與 SHARED POOL 中 .
If a large pool is created, the structures are stored in the large pool;
otherwise, they are stored in the shared pool.

是不是 "PGA 不署與 SGA 的一部分 ."  不太確切 .

以下是書上的原文 , 希望有高手幫忙解釋一下 .
***********************************************************************
Program Global Area Components
The Program Global Area or Process Global Area (PGA) is a memory region that contains
data and control information for a single server process or a single background process. The
PGA is allocated when a process is created and deallocated when the process is terminated.
In contrast to the SGA, which is shared by several processes, the PGA is an area that is used
by only one process. In a dedicated server configuration, the PGA includes these
components:
• Sort area: Used for any sorts that may be required to process the SQL statement
• Session information: Includes user privileges and performance statistics for the session
• Cursor state: Indicates the stage in the processing of the SQL statements that are
currently used by the session
• Stack space: Contains other session variables
Note: Some of these structures are stored in the SGA when using a shared server
configuration. If using a shared server configuration, it is possible for multiple user processes
to share server processes. If a large pool is created, the structures are stored in the large pool;
otherwise, they are stored in the shared pool.

這是他的課後題 .
2 Which one of the following memory areas is not part of the SGA?
a Database buffer cache
b PGA
c Redo log buffer cache
d Shared Pool
達案: B

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

转载于:http://blog.itpub.net/18234/viewspace-629152/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值