Oracle adalah sebuah aplikasi database, mungkin kata yang lebih cocok adalah DBMS atau Database Management System. Untuk belajar Oracle yang harus dipelajari terlebih dahulu adalah concept 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
|
|