Skip to content

Instantly share code, notes, and snippets.

@ytjohn
Created August 27, 2012 22:04
Show Gist options
  • Save ytjohn/3492750 to your computer and use it in GitHub Desktop.
Save ytjohn/3492750 to your computer and use it in GitHub Desktop.
A quick markdown test, first play with gist

Exploring the Oracle Database Architecture

(video 2)

Oracle Instance : (mem structure) + (proc) that support 1 database 1 database per instance

System Global Area (SGA) : Compartment of RAM

  • DB Buffer: Scratch space for SQL
  • Log Buffer: staging area for redo log
  • Shared Pool

Program Global Area (PGA) : 1 per user session

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment