8i | 9i | 10g | 11g | 12c | 13c | 18c | 19c | 21c | 23c | Misc | PL/SQL | SQL | RAC | WebLogic | Linux

Home » Dba » Here

Script: sga_dynamic_free_memory.sql

( Download Script )

-- -----------------------------------------------------------------------------------
-- File Name    : https://oracle-base.com/dba/10g/sga_dynamic_free_memory.sql
-- Author       : Tim Hall
-- Description  : Provides information about free memory in the SGA.
-- Requirements : Access to the v$ views.
-- Call Syntax  : @sga_dynamic_free_memory
-- Last Modified: 23/08/2008
-- -----------------------------------------------------------------------------------

SELECT *
FROM   v$sga_dynamic_free_memory;