Introduction to Oracle Memory Structures (69)
Oracle uses memory to store information such as the following:
■ Program code
■ Information about a connected session, even if it is not currently active
■ Information needed during program execution (for example, the current state of a
query from which rows are being fetched)
■ Information that is shared and communicated among Oracle processes (for
example, locking information)
■ Cached data that is also permanently stored on peripheral memory (for example,
data blocks and redo log entries)
The basic memory structures associated with Oracle include:
■ System Global Area (SGA), which is shared by all server and background
processes.
■ Program Global Areas (PGA), which is private to each server and background
process; there is one PGA for each process.
Oracle記憶體儲存以下資訊 :
1. 程式程式碼
2. 已連線會話資訊
3. 程式執行需要的資訊
4. Oracle程式間共享 , 通訊的資訊
快取資料
基本的記憶體結構 :
1. sga , 所有的服務和後臺程式共享
2. pga , 對於每個服務和後臺進行是私有的
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-977437/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Database Memory StructuresOracleDatabaseStruct
- Oracle RAC introductionOracle
- Introduction to an Oracle Instance (284)Oracle
- ORACLE LARGE MEMORY(zt)Oracle
- Oracle In Memory Undo(IMU)Oracle
- Oracle Database In-MemoryOracleDatabase
- Oracle In Memory Undo(轉)Oracle
- Physical Storage StructuresStruct
- Oracle 19c Concepts(11):Physical Storage StructuresOracleStruct
- CONCEPT筆記(一、Introduction to the Oracle Database)筆記OracleDatabase
- B. Suffix StructuresStruct
- Oracle 19c Concepts(01):Introduction to Oracle DatabaseOracleDatabase
- Oracle 19c Concepts(12):Logical Storage StructuresOracleStruct
- Oracle Shared Pool Memory ManagementOracle
- Oracle Automatic PGA Memory ManagementOracle
- sentence structures經典句型Struct
- CRICOS Data Structures and AlgorithmsHash TablesStructGo
- operating-system structuresStruct
- E. Data Structures FanStruct
- 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
- Oracle 11G OCP 1Z0-052 69Oracle
- Oracle 11G OCP 1Z0-053 69Oracle
- 論文翻譯:2018_LSTM剪枝_Learning intrinsic sparse structures within long short-term memoryStruct
- Introduction to AlgorithmGo
- Introduction to GitGit
- RL Introduction
- Oracle 12C新特性In-MemoryOracle
- Oracle 12c In-Memory Option - 10Oracle
- Oracle 12c In-Memory Option - 9Oracle
- Oracle 12c In-Memory Option - 8Oracle
- Oracle 12c In-Memory Option - 7Oracle
- Oracle 12c In-Memory Option - 13Oracle
- Oracle 12c In-Memory Option - 6Oracle
- Oracle 12c In-Memory Option - 5Oracle
- Oracle 12c In-Memory Option - 4Oracle