SYS.V$TTSTATS_GENERIC_HIST

This view contains data about metrics that can be represented in a generic format.

Usage with TimesTen Scaleout

This view contains data for the local element.

Usage with TimesTen Classic

This view exists in TimesTen Classic, but contains no data.

Columns

Column name Type Description

ID

TT_BIGINT NOT NULL

The snapshot identifier

NAME1

VARCHAR2(16) INLINE NOT NULL

The first component of the name (for example, perm)

NAME2

VARCHAR2(16) INLINE NOT NULL

The second component of the name (for example, in_use)

NAME3

VARCHAR2(16) INLINE NOT NULL

The third component of the name (for example, high_water)

INT_VALUE

TT_BIGINT

The non floating point value of the metric (NULL if not used)

FLOAT_VALUE

NUMBER

The floating point value of the metric (NULL if not used)

COLLECTED_AT

TT_TIMESTAMP NOT NULL

The when the snapshot was collected

ELEMENTID

TT_INTEGER NOT NULL

The element from which the snapshot was collected