OracleFeatureEvidence Table

The OracleFeatureEvidence holds all the oracle feature details for an OracleFeature.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for OracleFeatureEvidence table

Database Column

Details

OracleFeatureEvidenceID

Type: integer. Key. Generated ID

Unique identifier of oracle feature evidence, this is a primary key.

OracleFeatureID

Type: integer. Key

The oracle feature whose evidence is being stored. Foreign key to the OracleFeature table.

Used

Type: boolean

The indicator whether the oracle feature is used due to this evidence.

Key

Type: text (max 256 characters)

A text indicating in which part of the GLAS this evidence was collected.

MessageKey

Type: text (max 256 characters)

A key to get the right message from the ressources.

Value1

Type: text (max 512 characters)

The first value of the message.

Value2

Type: text (max 512 characters). Nullable

The second value of the message.

Value3

Type: text (max 512 characters). Nullable

The third value of the message.

Value4

Type: text (max 512 characters). Nullable

The forth value of the message.

Value5

Type: text (max 512 characters). Nullable

The fifth value of the message.

LastUsageDate

Type: datetime. Nullable

The fifth value of the message.