031一道题目的求解!

[复制链接]
查看11 | 回复6 | 2005-6-20 01:01:48 | 显示全部楼层 |阅读模式
Which component of the SGA stores parsed SQL statements is used for process sharing?
A. Buffer cache
B. Redo log buffer
C. Private SQL area
D. Library cache
E. Row cache
Answer: C
我认为答案为 D, 请教大家"Private SQL area"这个是什么东东?我没有找到这方面的资料,谢谢.
回复

使用道具 举报

千问 | 2005-6-20 01:01:48 | 显示全部楼层
我也认为应是D,有了答案请通知下!
回复

使用道具 举报

千问 | 2005-6-20 01:01:48 | 显示全部楼层
是C
请看清楚了,人家问你的是在:for process sharing(共享服务器)操作模式下!
回复

使用道具 举报

千问 | 2005-6-20 01:01:48 | 显示全部楼层
如果是这样的话,那么Private SQL area是指的large pool吧!
回复

使用道具 举报

千问 | 2005-6-20 01:01:48 | 显示全部楼层
此题正确答案为D,原因如下:
Private SQL area is in the PGA where the actual values returned from a query are stored,not the prase information for the query
回复

使用道具 举报

千问 | 2005-6-20 01:01:48 | 显示全部楼层
Program Global Area
Program Global Area (PGA) is a memory area that contains data and control information for a server process. Access to the PGA is exclusive to server processes and software code acting on its behalf.
The contents of PGA memory vary depending on how the instance is running, whether the shared server or dedicated server option is in effect. But generally, the PGA memory can be classified into the following areas: Private SQL Area, Cursors and SQL Areas, and Session Memory
Private SQL Area – A Private SQL Area has data on bind information and runtime memory structures. Every session or user that issues an SQL statement has a private SQL area. So Mmany private SQL areas can be associated with the same shared SQL area. The private SQL area of a cursor is divided into the persistent area, which is freed only when the cursor is closed, and the run-time area, which is freed when the execution is terminated.
The actual location of a private SQL area depends on the session's connection. For a session connected through a dedicated server, private SQL areas are located in the server process's PGA. If a session is connected through a shared server, part of the private SQL area is kept in the SGA.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行