SYS.V$REPSTATS

The SYS.V$REPSTATS view contains data about per subscriber statistics for replication. When parallel replication or parallel asynchronous writethrough (AWT) features are enabled, the statistics are per track. If these features are not enabled, the view contains statistics for track 0.

Columns

In TimesTen Scaleout, the view contains no rows for data instances. If there is more than one management instance, the instances are configured with an active standby pair configuration. In this case, the view contains data for track 0.

The statistics in the view are not documented. They are used by TimesTen Customer Support.

Column name Type Description

SUBSCRIBER

TT_VARCHAR (200) NOT INLINE NOT NULL

Name of the replication subscriber for the particular statistic.

TRACK_ID

TT_TINYINT NOT NULL

Track identifier that is used to identify the value of the per track statistic for a given subscriber.

ID

TT_SMALLINT NOT NULL

Internal use only.

NAME

TT_CHAR (64) NOT NULL

Name of the statistic.

VALUE

TT_BIGINT NOT NULL

Value for the statistic.

CLASS

TT_VARCHAR (64) INLINE

Internal use only.