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,没有延时时间。

相关文章:

  • 2022-12-23
  • 2021-12-29
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2022-02-08
  • 2021-11-18
猜你喜欢
  • 2021-12-10
  • 2021-08-21
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
相关资源
相似解决方案