사용자 도구

사이트 도구


dbms:oracle:concept:oraclestruct

문서의 이전 판입니다!


오라클 구조와 구성요소

User Process

  1. sqlplus, toad, orange …
  2. oracle database connection pool (weblogic,oracleAS,jeus …)

Server Process

PGA

INSTANCE

SGA(Memory)

  1. Shared Pool
  2. Database Buffer Cache
  3. Redo Log Buffer
  4. Streams Pool
  5. Java Pool
  6. Large Pool

Background Process

  1. SMON (System Monitor)
  2. PMON (Process Monitor)
  3. DBWn (Database Writer)
  4. LGWR (Log Writer)
  5. CKPT (Check Point)
  6. ARCn (Archive Log)

Database Files

  1. Control files : DB의 물리적 구조(physical structure), #1개이상필요
  2. Data files : 유저데이타(user data) + 메타데이타(meta data - data dictionary)
  3. Redo Log files : DB에 가해진 모든 변경사항 (최소 2group 1member)
  4. Archive Log files
  5. Parameter file
  6. Password file
  7. Alert log file , Trace file
  8. Online Redo Log files
  9. Backup files
dbms/oracle/concept/oraclestruct.1170320883.txt.gz · 마지막으로 수정됨: 2007/02/01 18:08 저자 starlits