Multiple choice technology databases

PGA stands for

  1. PRIMARY GLOBAL AREA

  2. PROGRAM GLOBAL AREA

  3. PRIME GLOBAL AREA

  4. PEAK GLOBAL AREA

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

PGA (Program Global Area) is a memory region in Oracle that contains data and control information for a single server process. It is exclusive to that process and is allocated when the process starts, deallocated when it terminates - hence 'Program' not 'Primary' or 'Prime'.