DBA가 되고 싶은 병아리

성능과 관련이 있는 뷰, 파라메터 등. 본문

Oracle Study/Performance Tuning

성능과 관련이 있는 뷰, 파라메터 등.

미스틱스 2021. 2. 23. 15:26

OPEN_CURSORS-- SQL areas 연관 (기본 50/ rac 설치시 300으로 설정됨)

SGA-> 최소 사이즈는 RAC 기준으로 1032M

SHARED_POOL_RESERVED_SIZE - SHARED POOL에서 대용량의 연속된 작업을 수행하기 위한 파라메터

(12C부터 신규로 추가된 파라메터) - 5% of the value of SHARED_POOL_SIZE 최소 크기는 5000
 

v$sesstat 현재 세션 상태를 기록한 (user session statistics)

V$SESSION 현재 접속된 모든 세션의  정보를 표시 (displays session information for each current session.)

v$statname 위의 뷰에 관련된 추가정보를 표시

(displays decoded statistic names for the statistics shown in the V$SESSTAT and V$SYSSTAT tables.)

관련 클래스에 대한 정리를 해야함 참고 (https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/statistics-descriptions-2.html#GUID-2FBC1B7E-9123-41DD-8178-96176260A639)

v$sgastat SGA 상태 관련

 

log_buffers

session_cached_cursors

sort_area_retained_size

sort_area_size

shared_pool_size

db_block_buffers

buffer cache

 

V$SGA_TARGET_ADVICE