首页 > 其他 > 详细

052-138

时间:2017-12-13 16:27:45      阅读:342      评论:0      收藏:0      [点我收藏+]

Your database is configured in shared server mode. However, your senior DBA asks you to modify the value of the PRIVATE_SGA limit in the profile of the users. What could be the reason for this?
A.to limit the User Global Area (UGA) memory allocated to a session from the SGA
B.to limit the amount of memory to be used for the dispatcher queue of a session in SGA
C.to limit the amount of memory to be used for the request pool in System Global Area (SGA)
D.to control the amount of memory allocated in SGA for the local variables for each shared server process

在专用服务器模式下,进程和会话是一对一的关系,UGA 被包含在 PGA 中,
共享服务器模式下,进程和会话是一对多的关系,UGA 在大池(Large Pool)中分配。

052-138

原文:http://www.cnblogs.com/Babylon/p/8033136.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!