Multiple choice technology databases

find the SGA components

  1. buffer cache

  2. large pool

  3. java pool

  4. all the above

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

The System Global Area (SGA) is a shared memory region that includes multiple components: buffer cache (data block caching), large pool (for large memory allocations), Java pool (for Java runtime), shared pool (SQL and PL/SQL), and streams pool. All of these are essential SGA components.