Create 19_memory_resize_operations.sql
This commit is contained in:
9
Daily/sql/19_memory_resize_operations.sql
Normal file
9
Daily/sql/19_memory_resize_operations.sql
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
prompt <h2>Memory Resize Operations</h2>
|
||||||
|
SELECT /*+ NO_MERGE */
|
||||||
|
*
|
||||||
|
FROM gv$memory_resize_ops
|
||||||
|
ORDER BY
|
||||||
|
inst_id,
|
||||||
|
start_time DESC,
|
||||||
|
component;
|
||||||
|
exit
|
||||||
Reference in New Issue
Block a user