Multiple choice technology databases

Which pool memory is used by ORACLE to perform RMAN commands?

  1. Shared Pool

  2. Java Pool

  3. Large Pool

  4. Big Pool

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

RMAN (Recovery Manager) uses the Large Pool for memory-intensive operations like backups and recovery. The Large Pool is designed for large memory allocations that don't compete with the Shared Pool, preventing performance degradation during RMAN operations. Shared Pool and Java Pool serve different purposes.