oracle DG查看延时时间

oracle DG查看延时时间

SQL> select value from v$dataguard_stats where name='apply lag';

 

例如:

SQL> select value from v$dataguard_stats where name='apply lag';

VALUE
----------------------------------------------------------------
+00 00:00:00

 

由于是自己搭建的测试DG,没有延时时间。

posted @ 2019-11-22 18:13  orcl  阅读(3104)  评论(0编辑  收藏  举报