2026-03-12 20:23:15
This commit is contained in:
12
vdh/dg_archives.sql
Normal file
12
vdh/dg_archives.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
select thread#, sequence#, to_char(first_time, 'DD/MM/YYYY HH24:MI') ft, archived, applied, fal
|
||||
from v$archived_log
|
||||
where first_time >= trunc(sysdate) -1
|
||||
and standby_dest = 'YES'
|
||||
order by thread#, sequence#;
|
||||
|
||||
|
||||
select thread#, sequence#, to_char(first_time, 'DD/MM/YYYY HH24:MI') ft, archived, applied, fal
|
||||
from v$archived_log
|
||||
where first_time >= trunc(sysdate) -1
|
||||
order by thread#, sequence#;
|
||||
|
||||
Reference in New Issue
Block a user