Limiting the Size of the SGA (96)
The SGA_MAX_SIZE initialization parameter specifies the maximum size of the System
Global Area for the lifetime of the instance. You can dynamically alter the initialization
parameters affecting the size of the buffer caches, shared pool, large pool, Java pool,
and streams pool but only to the extent that the sum of these sizes and the sizes of the
other components of the SGA (fixed SGA, variable SGA, and redo log buffers) does not
exceed the value specified by SGA_MAX_SIZE.
If you do not specify SGA_MAX_SIZE, then Oracle Database selects a default value that
is the sum of all components specified or defaulted at initialization time. If you do
specify SGA_MAX_SIZE, and at the time the database is initialized the value is less
than the sum of the memory allocated for all components, either explicitly in the
parameter file or by default, then the database ignores the setting for SGA_MAX_SIZE.
限制SGA的大小
1. 當oracle初始化啟動時,如果sga_max_size的值小於顯式的指定的各sga元件值之和,則oracle將
會忽略sga_max_size
2. 當oracle初始化啟動時,如果sga_max_size小於sga_target時,啟動之後,sga_max_size將等於
sga_target
3. 啟動之後,sga_target就不能大於sga_max_size.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-996002/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- What is rate limiting?MIT
- Oracle:On ROWNUM and Limiting ResultsOracleMIT
- Welcome to YARP - 4.限流 (Rate Limiting)MIT
- LOCK_SGA(zt)
- [20210723]Minimum sga_target.txt
- SGA: allocation forcing component growth分析
- ordebug 手動修改Oracle sga scnOracle
- [20191211]Free SGA Memory Available.txtAI
- 多執行緒96執行緒
- gitignore by file size?Git
- Index column size too large. The maximum column size is 767 bytes.Index
- Map size 屬性
- Set size 屬性
- CSS background-sizeCSS
- File size 屬性
- Blob size 屬性
- oracle stream pool sizeOracle
- Mysql Key Buffer SizeMySql
- 1709 - Index column size too large. The maximum column size is 767 bytes.Index
- WINDOWS平臺上擴充套件SGA (zt)Windows套件
- statistics_level與SGA_TARGET衝突
- 一次SGA與Swap故障診斷
- [20210423]dump sga映像的對應塊.txt
- [20210421]如何使用dumpsga轉儲sga.txt
- Nginx R31 doc-13-Limiting Access to Proxied HTTP Resources 訪問限流NginxMITHTTP
- 資訊|WebRTC M96 更新Web
- NOIP模擬96(多校29)
- 96.Servlet Servlet生命週期Servlet
- tf.data.Dataset.shuffle(buffer_size)中buffer_size的理解
- [Err] 1709 - Index column size too large. The maximum column size is 767 bytes.Index
- #1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs
- JavaScript select size 屬性JavaScript
- [譯]Flutter: Widget Size and PositionFlutter
- Oracle Rac 修改SGA_TARGET值無變化Oracle
- 一次Oracle診斷案例-SGA與SwapOracle
- Oracle Exadata與SGA快取記憶體CQOracle快取記憶體
- LeetCode Weekly Contest 96 解題報告LeetCode
- 96不同的二查搜尋樹
- Educational Codeforces Round 96 A-E 題解