RA_INCIDENT_LOG

This view describes the Recovery Appliance incidents.

Column Data Type NULL Description

INCIDENT_ID

NUMBER

The unique ID for the incident.

ERROR_CODE

NUMBER

The Oracle error code for the message describing the incident.

PARAMETER

VARCHAR2(1000)

The parameter qualifying the scope of the error code.

ERROR_TEXT

VARCHAR2(4000)

The text of the message for the last detection of this error condition.

SL_KEY

NUMBER

Primary key of the storage location (if any) involved in this incident

SL_NAME

VARCHAR2(128)

The primary key of the Recovery Appliance storage location (if any) involved in this incident.

DB_KEY

NUMBER

The primary key of the protected database (if any) involved in this incident.

TENANT_KEY

NUMBER

The tenant key for the protected database accessed by the Recovery Appliance user account.

DB_UNIQUE_NAME

VARCHAR2(30)

The unique name of the protected database (if any) involved in this incident.

TASK_ID

NUMBER

The ID for the task (if any) in which this incident was detected.

STATUS

VARCHAR2(6)

The status of this incident: ACTIVE, FIXED, or RESET.

COMPONENT

VARCHAR2(30)

The component of the Recovery Appliance detecting this incident.

SEVERITY

VARCHAR2(47)

The importance of this incident to the smooth operation of the Recovery Appliance.

FIRST_SEEN

TIMESTAMP(6) WITH TIME ZONE

NOT NULL

The timestamp when the Recovery Appliance first detected the incident.

LAST_SEEN

TIMESTAMP(6) WITH TIME ZONE

NOT NULL

The timestamp when the Recovery Appliance most recently detected the incident.

SEEN_COUNT

NUMBER

NOT NULL

The number of times that the Recovery Appliance detected the incident.

CALL_STACK

VARCHAR2(4000)

The call stack at the time of the incident.