2026-03-12 20:23:15

This commit is contained in:
root
2026-03-12 21:23:47 +01:00
parent eab4b36eca
commit 93039b8489
3332 changed files with 699614 additions and 0 deletions

16
vdh/managed_standby.sql Normal file
View File

@@ -0,0 +1,16 @@
set linesize 200
set pages 9999
column status format a15
break on inst_id skip 1 on process on client_process
select inst_id, process, client_process, status, thread#, sequence#, delay_mins, known_agents, active_agents
from gv$managed_standby
order by inst_id, process, thread#;
column value format a18
column datum_time format a20
column time_computed format a20
select *
from v$dataguard_stats;