V$DATAGUARD_STATS
displays information about Data Guard metrics when queried on a standby database. No rows are returned when queried on a primary database.
Column | Datatype | Description |
---|---|---|
NAME |
VARCHAR2(32) |
Name of the metric:
|
VALUE |
VARCHAR2(64) |
Value of the metric |
UNIT |
VARCHAR2(30) |
Unit of measurement |
TIME_COMPUTED |
VARCHAR2(30) |
Local time at the standby database when the metric was computed |
DATUM_TIME |
VARCHAR2(30) |
Local time at the standby database when the datum used to compute the metric was received
The |