This page was last edited on January 10, 2020, at 20:48.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Modified: 8.5.003 (in Oracle, fields with VARCHAR data types use explicit CHAR character-length semantics)
In partitioned databases, this table is not partitioned.
This table allows facts to be described by the state reason of the associated agent resource at a particular DN resource. Each row describes a hardware or software reason and a work mode.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
RESOURCE_STATE_REASON_KEY | int | X | X | ||
TENANT_KEY | int | X | X | ||
CREATE_AUDIT_KEY | numeric(19) | X | X | ||
UPDATE_AUDIT_KEY | numeric(19) | X | X | ||
REASON_TYPE | varchar(64)/nvarchar(64) | ||||
REASON_TYPE_CODE | varchar(32)/nvarchar(32) | ||||
HARDWARE_REASON | varchar(255)/nvarchar(255) | ||||
SOFTWARE_REASON_KEY | varchar(255)/nvarchar(255) | ||||
SOFTWARE_REASON_VALUE | varchar(255)/nvarchar(255) | ||||
WORKMODE | varchar(64)/nvarchar(64) | ||||
WORKMODE_CODE | varchar(32)/nvarchar(32) | ||||
PURGE_FLAG | numeric(1) |
The primary key of this table and the surrogate key that is used to join this dimension to the fact tables.
The surrogate key that is used to join the TENANT dimension to the fact tables.
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools—that is, applications that need to identify newly added data.
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools—that is, applications that need to identify recently modified data.
The type of the reason—either Hardware or Software. This value can change with localization.
The reason type code—either HARDWARE or SOFTWARE. This value does not change with localization.
The work mode. This field is set to one of the following values:
This value can change with localization.
The work mode code. This field is set to one of the following values:
This value does not change with localization.
No indexes are defined.