Multiple choice technology programming languages

Which memory component contains data and control information for a server process ?

  1. Progran Global Area

  2. System Global Area

  3. Shared Pool Area

  4. Database Buffer Cache

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

The Program Global Area (PGA) is a memory region that contains data and control information for a single server process. It is non-shared memory specific to each process, unlike the SGA which is shared across all processes. The PGA contains session-specific variables, sort areas, and other process-private data.