글
오라클 아키텍쳐
Oracle Admin
2015. 4. 6. 10:40
Architecture = Memory Architecture + Process Architecture
- Oracle Server = Instance + Database
- Intance = SGA Memory + Background Process
- Database = Datafile + Redo Log File + Control File + Parameter File
- SGA Memory = Shared Pool + Data Buffer Cache + Redo Log Buffer + Large Pool + Java Pool + Streams Pool
- Shared Pool = Library Cache + Dictionary Cache + Control Structures
- Process = User Process + Oracle Process
- Oracle Process = Background Process + Server Process
- Background Process = DBWn + LGWR + CKPT + SMON + PMON + RECO + ARCn ...
- Server Process = Shared Server Process + Dedicated Server Process
Introduction to Oracle Memory Structures
Oracle 메모리 구조는 실행 중인 프로그램 코드 정보와 세션정보 등을 저장 하고 사용자들이 공유하는 데이터를 저장합니다.
Oracle의 대표적인 메모리 구조는 시스템 글로벌 영역(System Global Area: SGA)과 프로그램 글로벌 영역(Program Global Area: PGA)이 있습니다.
문서에 대하여
- - 강좌 URL : http://www.gurubee.net/lecture/1883
- - 이 문서를 다른 블로그나 홈페이지에 게재하실 경우에는 출처를 꼭 밝혀 주시면 고맙겠습니다.~^^
- - 구루비의 모든 강좌는 크리에이티브 커먼즈의 저작자표시-비영리-동일조건변경허락(BY-NC-SA) 라이선스에 따라 자유롭게 사용할 수 있습니다.
'Oracle Admin' 카테고리의 다른 글
사용자 관리 (0) | 2015.04.06 |
---|---|
메모리 관리기법 (0) | 2015.04.06 |
Control File 관리 (0) | 2015.04.02 |
data file , redo log file , control file 이동 간단정리 (0) | 2015.04.02 |
Tablespace 와 Data File 관리 (0) | 2015.04.01 |