🎴 Flashcard Mode

Oracle Practice Test - 21

Card1 / 21
Mastered0
Review0
QuestionClick to flip

Which memory area is not part of the SGA?

AnswerClick to flip back
A
PGA
💡 Explanation:

The SGA (System Global Area) is a shared memory region in Oracle that includes the Database Buffer Cache, Redo Log Buffer, and Shared Pool - all of which are accessible by multiple processes. PGA (Program Global Area) is private memory specific to each server process and is NOT part of the SGA. Each Oracle process has its own PGA containing session-specific variables and runtime areas.

Change Mode