Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

DBA - SGA: Shared Pool

Back


Shared Pool

shared_pool_diagram01


Library Cache


Shared SQL Areas

private_sql_area_shared_sql_area.gif

a dedicated server architecture in which two sessions keep a copy of the same SQL statement in their own PGAs. In a shared server, this copy is in the UGA, which is in the large pool or in the shared pool when no large pool exists.


Data Dictionary Cache


Server Result Cache


Reserved Pool


TOP