sga contains infomation (71)
The SGA is read/write. All users connected to a multiple-process database instance
can read information contained within the instance’s SGA, and several processes write
to the SGA during execution of Oracle.
The SGA contains the following data structures:
■ Database buffer cache
■ Redo log buffer
■ Shared pool
■ Java pool
■ Large pool (optional)
■ Streams pool
■ Data dictionary cache
■ Other miscellaneous information
Part of the SGA contains general information about the state of the database and the
instance, which the background processes need to access; this is called the fixed SGA.
No user data is stored here. The SGA also includes information communicated
between processes, such as locking information.
If the system uses shared server architecture, then the request and response queues
and some contents of the PGA are in the SGA.?
fixed SGA
sga中包含的資料庫和例項狀態的說明資訊 , 供後臺程式訪問
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-977451/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- JavaScript contains()JavaScriptAI
- jQuery :contains()jQueryAI
- jQuery.contains()jQueryAI
- javascript contains方法JavaScriptAI
- sga_target與sga_max_size
- SGA_MAX_SIZE與SGA_TARGET
- sga_target與max_sga_size
- show sga和show parameter sga的區別
- 【轉】SGA_MAX_SIZE與SGA_TARGET
- 自動SGA共享記憶體管理,ASMM,MMAN,sga_target,sga_max_size記憶體ASM
- Large SGA On LinuxLinux
- 記憶體_SGA記憶體
- oracle sga相關Oracle
- Sga的結構
- oracle sga構成Oracle
- 使用lock_sga和pre_page_sga引數保證SGA常駐實體記憶體記憶體
- a control file contains informationAIORM
- 轉:ArrayList:用Set代替containsAI
- 全文索引——CONTAINS 語法索引AI
- 【sga】資料庫啟動時的的SGA大小顯示資料庫
- Leetcode 71 Simplify PathLeetCode
- BUUCTF-WEB(71-75)Web
- BUUCTF-Misc(71-80)
- 【引數】使用lock_sga和pre_page_sga引數保證SGA常駐實體記憶體記憶體
- 變更oracle 11.2.0.3 rac sga自動管理為sga手工管理Oracle
- 轉:關於SGA_MAX_SIZE與SGA_TARGET的詳解
- LeetCode-Contains Duplicate IILeetCodeAI
- SGA_TARGET Advice
- oracle10g SGAOracle
- oracle SGA配置和管理Oracle
- ORACLE SGA 的分配(轉)Oracle
- Limiting the Size of the SGA (96)MIT
- Other SGA Initialization Parameters (96)
- [譯] Chrome 71 新特性介紹Chrome
- LeetCode 71. Simplify PathLeetCode
- 關於memory_max_target,memory_target,sga_max_size,sga_target
- oracle 10g中的SGA_MAX_SIZE與SGA_TARGET引數Oracle 10g
- v$sga_target_advice