时间:2021-07-01 10:21:17 帮助过:48人阅读
用show sga可以查看SGA的大小,show sga的结果都有如下的格式:Total System Global Area AAAAA bytesFixed Size BBBBB bytesVar
Total System Global Area AAAAA bytes
Fixed Size BBBBB bytes
Variable Size CCCCC bytes
Database Buffers DDDDD bytes
Redo Buffers EEEEE bytes
Variable Component(Show SGA) = Shared Pool + Large Pool + Java Pool + Overhead + Free Memory(9i 之前的版本)
Overhead的大小受如下初始化参数的影响:db_files, open_cursors ,processes ,具体算法未知。
缺省的SGA中的Fixed Size将和log_buffer共享整数倍的granule:
因为精确度也只到字节,所以比值也有可能有误差。
,