The SGA_TARGET Initialization Parameter (74)
The SGA_TARGET initialization parameter reflects the total size of the SGA and
includes memory for the following components:
■ Fixed SGA and other internal allocations needed by the Oracle Database instance
■ The log buffer
■ The shared pool
■ The Java pool
■ The buffer cache
■ The keep and recycle buffer caches (if specified)
■ Nonstandard block size buffer caches (if specified)
■ The Streams pool
It is significant that SGA_TARGET includes the entire memory for the SGA, in contrast
to earlier releases in which memory for the internal and fixed SGA was added to the
sum of the configured SGA memory parameters. Thus, SGA_TARGET gives you precise
control over the size of the shared memory region allocated by the database. If
SGA_TARGET is set to a value greater than SGA_MAX_SIZE at startup, then the latter is
bumped up to accommodate SGA_TARGET.
SGA_TARGET : 指定sga的大小 , 包含以下元件
1. Oracle資料庫例項需要的internal和固定SGA
2. 重做日誌快取區
3. 共享池 , java池 , 快取記憶體等等
最後一句話的意思應該是例項啟動時 ,當SGA_TARGET設定大於SGA_MAX_SIZE , 稍後
作業系統分配給Oracle記憶體將bumped up(突然增加)來適應SGA_TARGET
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-978129/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- The SPFILE Initialization Parameter
- Initialization Parameter Files and Server Parameter Files (287)Server
- Special Characters in Initialization Parameter Files
- OPTIMIZER_MODE Initialization Parameter
- Rules Governing Initialization Parameter FilesGo
- DB_NAME Initialization Parameter (87)
- DB_DOMAIN Initialization Parameter (88)AI
- Step 3: Create the Initialization Parameter File (61)
- DB_BLOCK_SIZE Initialization Parameter (92)BloC
- The SGA_MAX_SIZE Initialization Parameter (72)
- UNDO_MANAGEMENT Initialization Parameter (118)
- DB_CACHE_SIZE Initialization Parameter (109)
- Initialization Parameter Changes from 9i to 10g
- ORA-29707: inconsistent value 2 for initialization parameter cluster_database_Database
- Oracle修改初始化引數(initialization parameter)scope的選項Oracle
- The COMPATIBLE Initialization Parameter and Irreversible Compatibility (119)
- 乾貨]TI公司TTL/CMOS/LVTTL,74LS/74S/74ALS/74AS/74F/74HC/74HCT/74AC/74ACT/74BCT/74ABT/74LV/74LVC/74LV區別與對比
- Initialization
- list initialization
- SGA_TARGET Advice
- 初始化 (Initialization)
- Oracle ParameterOracle
- sga_target大小調整
- Required parameter $xxx follows optional parameter $yyyUI
- NOIP模擬74
- SKIP_UNUSABLE_INDEXES InitializationIndex
- Understanding Initialization Parameters (85)
- Other SGA Initialization Parameters (96)
- Sessions & Processes parameterSession
- Import parameter: STATISTICSImport
- Export Parameter : BufferExport
- Export Parameter : QueryExport
- oracle 重設定sga_targetOracle
- Dynamic Modification of SGA_TARGET (103)
- MySQL過程報 Parameter number N is not an OUT parameter錯誤MySql
- [VRDevice] Initialization of device oculus failed.VRdevAI
- 使用DBMS_UTILITY.get_parameter_value檢視session的parameterSession
- Oracle10g修改SGA_TARGETOracle