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'.