Files
oracle/vdh/managed_standby.sql
2026-03-12 21:23:47 +01:00

17 lines
403 B
SQL

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;