Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324de0d commit aece436Copy full SHA for aece436
dataguard11g-scripts/stby-arch-gap-check.sql
@@ -1,3 +1,10 @@
1
+set echo on
2
+
3
select THREAD#,SEQUENCE#,PROCESS,STATUS
4
from v$managed_standby
5
order by 1,2;
6
7
+select * from v$archive_gap;
8
9
+echo off
10
0 commit comments