Minggu, 26 Juli 2015

Memahami Arsitektur Database Oracle



Secara umum komponen DBMS Oracle terdiri atas memory, proses, dan file-file. Lebih jauh lagi, komponen-komponen tersebut dikelompokkan sebagai berikut:
  1. Instance
    - Memory yang disebut sebagai System Global Area (SGA), terdiri atas: Shared Pool (Libary Cache and Data Dictionary Cache), Database Buffer Cache, Redolog Buffer Cache, Java Pool, Large Pool.
    - Back ground process: PMON, SMON, DBWR, LGWR, CKPT, dan lain-lain
  2. Database
    - Datafile
    - Control file
    - Redo log file
  3. Komponen lain
    - process: Server Process, user process
    - memory: Program Global Area (PGA)
    - File: Archived log, parameter, dan password file
Sumber : rohmad.net/2008/04/17/arsitektur-database-oracle

Tidak ada komentar:

Posting Komentar