Oracle 视图 V$DATAGUARD_STATS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图V$DATAGUARD_STATS用于显示特定的Data Guard保护模式下的日志收发统计信息。可以查看活动的standby数据库的各个归档量或在LGWR和ARCn中进行备份的日志量。
使用方法:用户可以使用下面的SELECT语句来查询V$DATAGUARD_STATS视图:
SELECT *
FROM V$DATAGUARD_STATS;
该语法将返回关于Data Guard保护模式下日志收发统计信息的表格。此表不仅包括当前正在处理的日志,还包括未处理的日志数量和已成功收发的日志数量。
官方英文解释
V$DATAGUARD_STATS
displays information about Oracle Data Guard metrics when queried on a standby database. No rows are returned when queried on a primary database.
Column | Datatype | Description |
---|---|---|
|
|
Database ID of the protected source database |
|
|
DB unique name of the protected source database |
|
|
Name of the metric:
|
|
|
Value of the metric |
|
|
Unit of measurement |
|
|
Local time at the standby database when the metric was computed |
|
|
Local time at the standby database when the datum used to compute the metric was received The |
|
|
The ID of the container to which the data pertains. Possible values include:
|