2026-03-12 20:23:15
This commit is contained in:
4
csierra/cs_ash_snapshot.sql
Normal file
4
csierra/cs_ash_snapshot.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
REM Merges a snapshot of v$active_session_history into C##IOD.iod_active_session_history
|
||||
select count(*) from c##iod.iod_active_session_history;
|
||||
EXEC C##IOD.IOD_SESS.snap_ash(p_force => 'Y');
|
||||
select count(*) from c##iod.iod_active_session_history;
|
||||
Reference in New Issue
Block a user