ORACLE PGA
PGA :
consist of
1. private sql area ;
The private SQL area of a cursor is divided into two areas :
a. Persistent area ;
b. Run-time area ;
2. Session Memory ;
For a shared server environment, the session memory is shared and not private
3. SQL work areas ;
WORKAREA_SIZE_POLICY = AUTO ;
PGA_AGGREGATE_TARGET =189792256
SORT_AREA_SIZE, HASH_AREA_SIZE,
BITMAP_MERGE_AREA_SIZE, CREATE_BITMAP_AREA_SIZE
| Memory Area | Dedicated Server | Shared Server |
| Nature of Session Memory | Private | Shared |
| Location of Persistent Area | PGA | SGA |
| Location of Run-time Area (SELECT) | PGA | SGA |
| Location of Run-time Area (DML/DDL) | PGA | PGA |
李世侠,网名caibird2005 , initdba , 战神
MySQL DBA经验6年;
Oracle DBA经验10年;
精通MySQL HA架构,复制,备份,恢复,SQL优化;
熟悉SHELL编程、Python编程、SQL&PL/SQL编程;
MySQL OCP课程讲师;
ORACLE官方认证OCM证书;
BLOG: http://www.cnblogs.com/caibird2005
http://www.initdba.cn
Wechat: caibird2005
TEL :+86-186-5881-5300 +86-180-7290-8651

浙公网安备 33010602011771号