2026-03-12 20:23:15
This commit is contained in:
16
vdh/managed_standby.sql
Normal file
16
vdh/managed_standby.sql
Normal 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;
|
||||
Reference in New Issue
Block a user