Search notes:

Oracle: Memory

Memory which is used for Oracle can be roughly divided into
SGA Instance - data that is shared among processes/database users (such as buffer cache, shared pool and redo log buffer)
PGA Processes (Foreground and background)
UGA Sessions
CGA Used during a call

Index