2026-03-12 20:23:15
This commit is contained in:
11
timhall/11g/result_cache_report.sql
Normal file
11
timhall/11g/result_cache_report.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- -----------------------------------------------------------------------------------
|
||||
-- File Name : https://oracle-base.com/dba/11g/result_cache_report.sql
|
||||
-- Author : Tim Hall
|
||||
-- Description : Displays the result cache report.
|
||||
-- Requirements : Access to the DBMS_RESULT_CACHE package.
|
||||
-- Call Syntax : @result_cache_report
|
||||
-- Last Modified: 07/11/2012
|
||||
-- -----------------------------------------------------------------------------------
|
||||
|
||||
SET SERVEROUTPUT ON
|
||||
EXEC DBMS_RESULT_CACHE.memory_report(detailed => true);
|
||||
Reference in New Issue
Block a user