티스토리 뷰
Doc ID 147471.1
v$sga, v$sgainfo, v$sgastat, v$memory_dynamic_components 각각 정의 및 각 항목별 사이즈 동일한지 비교.. 차이나는 이유 (buffer cache size vs. default buffer cache / shared pool size..)
maximum SGA size 계산법 (v$sgainfo)
v$memory_dynamic_components에 fixed SGA size, redo log buffer 없는 이유 --> 동적 SGA 아니라서 그런거면 할당하는 방법
v$sgastat에서 shared pool size 계산 시 shared pool에 numa pool or streams pool size를 더하는것으로 추정, 다시 확인
v$sgainfo에서 variable size = shared pool size + large pool size + java pool size + streams pool size + free SGA memory available
댓글