Identify the memory component from which memory may be allocated for:
1. Session memory for the shared server
2. Buffers for I/O slaves
3. Oracle Database Recovery Manager (RMAN) backup and restore operations
A.
Large Pool
B.
Redo Log Buffer
C.
Database Buffer Cache
D.
Program Global Area (PGA)
Ans is A
LARGE_POOL_SIZE specifies (in bytes) the size of the large pool allocation heap. The large pool allocation heap is used in shared server systems for session memory, by parallel execution for message buffers, and by backup processes for disk I/O buffers.
Memory – POOL