10.2.0.5 on windows 64 bit
官方文档的解释是
-
APPLY LAG: Amount of time that the application of redo data on the standby database lags behind the primary database.
-
TRANSPORT LAG: How much redo data (in time units) generated by the primary database is not available or applicable on the standby database at the time of computation.
primary db:
select protection_mode,protection_level from v$database;
1 MAXIMUM AVAILABILITYMAXIMUM AVAILABILITY
physical standby db
select * from v$dataguard_stats
1 apply finis