|
Oracle large pool is an optional memory component of the Oracle database SGA. This area is used for providing large memory allocations in many situations that arise during the operations of an Oracle database instance. Session memory for the shared server and the Oracle XA interface for distributed transactions
- I/O server processes
- Parallel query buffers
- Oracle backup and restore operations using RMAN.
- Large pools plays an important role in Oracle database Tuning since the allocation of the memory for the preceding components; otherwise, it is done from the shared pool. Moreover, due to the large memory requirements for I/O and RMAN operations, the large pool satisfies the requirements instead of depending on the Shared Pool Area.
-
Usage of a Large Pool Area allows the shared pool to primarily cache Structured Query Language (SQL) and avoid the overhead caused by shrinking the SQL Cache Area.
|