Multiple choice technology databases

which one is not the oracle database component type...

  1. memory

  2. disk

  3. tape

  4. processes

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

Oracle database components consist of memory structures (SGA, PGA), disk structures (data files, control files, redo logs), and background processes. Tape storage is not a database component - it's used for backups/archives, not active database operations.