SYS.V$TTSTATS_ALERTS

This view contains alerts for system resources.

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.

Related view

SYS.GV$TTSTATS_ALERTS

Columns

Column name Type Description

ID

TT_BIGINT NOT NULL

The alert identifier

OCCURENCES

TT_BIGINT NOT NULL

The number of times the issue has occurred

PROBLEM

VARCHAR2(256) NOT INLINE NOT NULL

A short description of the problem

SUGGESTION

VARCHAR2(256) NOT INLINE NOT NULL

The recommended action to mitigate the issue

FIRST_NOTICED

TT_TIMESTAMP NOT NULL

The time when the issue was first seen

LAST_NOTICED

TT_TIMESTAMP

The time when the issue was last seen

SENT

TT_TIMESTAMP

The time when the notification was sent about the issue

ACKNOWLEDGED

TT_TIMESTAMP

The time when the issue was acknowledged by the administrator

ELEMENTID

TT_INTEGER NOT NULL

The element from which the snapshot was collected