PGA Memory Management for Dedicated Mode (102)
You can automatically and globally manage the size of SQL work areas. The database
administrator simply needs to specify the total size dedicated to PGA memory for the
Oracle instance by setting the initialization parameter PGA_AGGREGATE_TARGET. The
specified number (for example, 2G) is a global target for the Oracle instance, and
Oracle tries to ensure that the total amount of PGA memory allocated across all
database server processes never exceeds this target.
With PGA_AGGREGATE_TARGET, sizing of work areas for all dedicated sessions is
automatic and all *_AREA_SIZE parameters are ignored for these sessions. At any
given time, the total amount of PGA memory available to active work areas on the
instance is automatically derived from the parameter PGA_AGGREGATE_TARGET. This
amount is set to the value of PGA_AGGREGATE_TARGET minus the PGA memory
allocated by other components of the system (for example, PGA memory allocated by
sessions). The resulting PGA memory is then allotted to individual active work areas
based on their specific memory requirement.
專有模式下的pga記憶體管理
透過PGA_AGGREGATE_TARGET引數來設定pga可使用的pga記憶體總數
所有的*_AREA_SIZE引數被忽略
對於活動的工作區來說 , 可用的pga記憶體是PGA_AGGREGATE_TARGET指定的值減去pga為其他系統元件分配的記憶體[@more@]
administrator simply needs to specify the total size dedicated to PGA memory for the
Oracle instance by setting the initialization parameter PGA_AGGREGATE_TARGET. The
specified number (for example, 2G) is a global target for the Oracle instance, and
Oracle tries to ensure that the total amount of PGA memory allocated across all
database server processes never exceeds this target.
With PGA_AGGREGATE_TARGET, sizing of work areas for all dedicated sessions is
automatic and all *_AREA_SIZE parameters are ignored for these sessions. At any
given time, the total amount of PGA memory available to active work areas on the
instance is automatically derived from the parameter PGA_AGGREGATE_TARGET. This
amount is set to the value of PGA_AGGREGATE_TARGET minus the PGA memory
allocated by other components of the system (for example, PGA memory allocated by
sessions). The resulting PGA memory is then allotted to individual active work areas
based on their specific memory requirement.
專有模式下的pga記憶體管理
透過PGA_AGGREGATE_TARGET引數來設定pga可使用的pga記憶體總數
所有的*_AREA_SIZE引數被忽略
對於活動的工作區來說 , 可用的pga記憶體是PGA_AGGREGATE_TARGET指定的值減去pga為其他系統元件分配的記憶體[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-978653/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Automatic PGA Memory ManagementOracle
- Memory Management in RustRust
- Oracle OCP 1Z0 053 Q420(Automatic PGA Memory Management)Oracle
- memory management unit (MMU)
- Linux Memory ManagementLinux
- Oracle Shared Pool Memory ManagementOracle
- SGA PGA MEMORY_TARGET 關係
- PGA memory statistics associated view (103)View
- 12.2 wait event ‘PGA memory operation’AI
- Oracle Memory Management and HugePage (連載一)Oracle
- Oracle Memory Management and HugePage (連載二)Oracle
- Oracle Memory Management and HugePage (連載三)Oracle
- Oracle Memory Structure 1. Overview And ManagementOracleStructView
- Linux Memory Management or 'Why is there no free RAM?' (zt)Linux
- oracle11g memory management系列(一)Oracle
- 12. 記憶體管理(Memory Management)記憶體
- memory_max_target,memory_target,pga_aggregate_target,sga_target
- memory_target、sga_target、pga_target的設定
- Linux memory management——(程式虛存空間的管理)(轉)Linux
- Oracle OCP 1Z0 Q418(Memory Management Manual)Oracle
- 11g中的"_memory_imm_mode_without_autosga"引數
- 11g MEMORY_TARGET 引數對SGA 和PGA的影響
- Granules of pga_aggregate_target 494 cannot be more than memory_target (497)
- 11g MEMORY_TARGET 引數對SGA 和PGA的影響
- Oracle OCP 1Z0 053 Q413(Automatic Memory Management)Oracle
- SQL Server 2012 記憶體管理 (memory management) 改進SQLServer記憶體
- [筆記]Oracle9i Monitoring Automated SQL Execution Memory Management筆記OracleSQL
- Oracle OCP 1Z0 053 Q283(Automatic Memory Management)Oracle
- dbms_session.free_unused_user_memory; 可以釋放 部分的PGA記憶體Session記憶體
- Oracle10g New Feature -- 13. Automatic Shared Memory ManagementOracle
- 【例項】之memory_target、sga_target,pga_aggregate_target關係
- Dedicated and Shared Server ProcessesServer
- Oracle OCP 1Z0 053 Q66(Automatic Shared Memory Management)Oracle
- win10電腦藍屏終止程式碼memory management的解決方法Win10
- oracle儲存管理之 ASM(automatic storage management)(server.102 b14231)OracleASMServer
- dedicated server連線測試Server
- Dedicated and Shared Servers (104)Server
- 【轉lis的文章】11g MEMORY_TARGET 引數對SGA 和PGA的影響