Files
oracle/timhall/10g/sga_dynamic_free_memory.sql
2026-03-12 21:23:47 +01:00

12 lines
517 B
SQL

-- -----------------------------------------------------------------------------------
-- 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;