2026-03-12 20:23:15
This commit is contained in:
12
timhall/11g/result_cache_objects.sql
Normal file
12
timhall/11g/result_cache_objects.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- -----------------------------------------------------------------------------------
|
||||
-- File Name : https://oracle-base.com/dba/11g/result_cache_objects.sql
|
||||
-- Author : Tim Hall
|
||||
-- Description : Displays information about the objects in the result cache.
|
||||
-- Requirements : Access to the V$ views.
|
||||
-- Call Syntax : @result_cache_objects
|
||||
-- Last Modified: 07/11/2012
|
||||
-- -----------------------------------------------------------------------------------
|
||||
SET LINESIZE 1000
|
||||
|
||||
SELECT *
|
||||
FROM v$result_cache_objects;
|
||||
Reference in New Issue
Block a user