2026-03-12 20:23:15
This commit is contained in:
4
vdh/list_archivelog_containing_scn.sql
Normal file
4
vdh/list_archivelog_containing_scn.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
select resetlogs_id, thread#, sequence#, to_char(next_time, 'DD/MM/YYYY HH24:MI:SS') nexttime, name
|
||||
from v$archived_log
|
||||
where &scn between first_change# and next_change#
|
||||
order by resetlogs_id, thread#, sequence#, name;
|
||||
Reference in New Issue
Block a user