2026-03-12 20:23:15
This commit is contained in:
11
timhall/10g/sga_dynamic_free_memory.sql
Normal file
11
timhall/10g/sga_dynamic_free_memory.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- -----------------------------------------------------------------------------------
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user