己所不欲勿施于人!
全部博文(80)
分类: Oracle
2013-05-02 12:23:08

|
SGA contains data structures: |
|
|
Buffer_name |
Buffer_used |
|
Database buffer cache. |
used for caching disk blocks |
|
Redo log buffer |
The redo log buffer is a circular buffer in the SGA that holds information about changes made to the database |
|
Shared Pool |
used to allocate memory for SQL and PL/SQL execution |
|
Java Pool |
used for java objects and other java execution memory |
|
Large Pool |
used for RMAN |
|
Streams Pool |
used for Oracle Stream |
|
fixed SGA. |
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. |
点击(此处)折叠或打开