Chinaunix

标题: what are stored in the stack space in PGA? [打印本页]

作者: jayli426    时间: 2008-09-28 02:40
标题: what are stored in the stack space in PGA?
看到这么一份资料

the PGA holds stack space and session
information
. For shared server configurations, in which user connections are
pooled through a dispatcher, the PGA contains the stack space information,
and the session information is in the SGA. Stack space is the memory allocated
to hold variables, arrays, and other information that belongs to the session
.
A PGA is allocated for each server process and de-allocated when the
process is completed. Unlike the SGA that is shared by several processes,
the PGA provides sort space, session information, stack space, and cursor
information for a single server process.


what are stored in the stack space in PGA?
variable?是指绑定变量吗?
array?这些数组是指什么东东?
other information?具体是些什么东东呢?
哪位老大高抬贵手解释一下啊
作者: ILoveMK    时间: 2008-09-28 09:42
提示: 作者被禁止或删除 内容自动屏蔽
作者: jayli426    时间: 2008-09-28 18:05
会话变量?
can u explain detailly
i am confused

please big lobster teache me?




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2