Revision as of 20:03, June 9, 2016 by Jdruker (talk | contribs) (1 revision imported: Fix missing indexes)
Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
  • DV = Default value
  • In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.

Table SM_MEDIA_NEUTRAL_STATE_FACT

Description


In partitioned databases, this table is partitioned.



Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.

Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.

Column List

Legend

Column Data Type P M F DV
START_DATE_TIME_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X X
END_DATE_TIME_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X
RESOURCE_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X X
RESOURCE_STATE_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X X
RESOURCE_GROUP_COMBINATION_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X
TENANT_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X
START_TS Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X
END_TS Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
STUCK_FLAG Oracle: NUMBER(1)
MSSQL: numeric(1)
PostgreSQL: numeric(1)
0
CREATE_AUDIT_KEY Oracle: NUMBER(19)
MSSQL: numeric(19)
PostgreSQL: numeric(19)
X X -1

START_DATE_TIME_KEY

Identifies the start of a 15-minute interval in which the media-neutral summarized resource state began. Use this value as a key to join the fact tables to any configured DATE_TIME dimension, in order to group the facts that are related to the same interval and/or convert the START_TS timestamp to an appropriate time zone.

END_DATE_TIME_KEY

Introduced: Release 8.5.013.06
Identifies the start of a 15-minute interval in which the media-neutral summarized resource state ended. Use this value as a key to join the fact tables to any configured DATE_TIME dimension, in order to group the facts that are related to the same interval and/or convert the END_TS timestamp to an appropriate time zone.

RESOURCE_KEY

The surrogate key that is used to join this table to the RESOURCE_ dimension, to identify a specific agent that is associated with the agent state.

RESOURCE_STATE_KEY

The surrogate key that is used to join this table to the RESOURCE_STATE dimension, to identify the specific resource state of this record.

RESOURCE_GROUP_COMBINATION_KEY

Introduced: Release 8.5.013.06
The surrogate key that is used to join records in this table to a specific combination of resource groups in the RESOURCE_GROUP_COMBINATION dimension, to identify the groups in which the agent was a member at the start of the media-specific state from which the media-neutral state was summarized.

TENANT_KEY

The surrogate key that is used to join this table to the TENANT dimension, to identify a specific tenant to which the agent belongs..

START_TS

The UTC-equivalent value of the date and time at which the resource state began. This value results from calculation of the media-neutral summarized resource state and does not necessarily match the START_TS value in the underlying GIDB table(s) or the SM_RES_STATE_FACT table.

END_TS

The UTC-equivalent value of the date and time at which the resource state ended. This value results from calculation of the media-neutral summarized resource state and does not necessarily match the END_TS value in the underlying GIDB table(s) or the SM_RES_STATE_FACT table.

STUCK_FLAG

Indicates whether the determination of the highest-priority state was made without input from one of the data domains: 0 = No, 1 = Yes.

CREATE_AUDIT_KEY

Introduced: Release 8.5.003
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.

Index List

No indexes are defined.

Subject Areas

  • Facts — Represents the relationships between subject area facts.
  • Summary_Resource_State — Represents agent resource states, summarized to the media type.


References

The summary List of References will include the following entries for this table or view:


Child Table/View Child Table/View Column Parent Table/View Parent Table/View Column
SM_MEDIA_NEUTRAL_STATE_FACT CREATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY
SM_MEDIA_NEUTRAL_STATE_FACT END_DATE_TIME_KEY DATE_TIME DATE_TIME_KEY
SM_MEDIA_NEUTRAL_STATE_FACT RESOURCE_GROUP_COMBINATION_KEY RESOURCE_GROUP_COMBINATION GROUP_COMBINATION_KEY
SM_MEDIA_NEUTRAL_STATE_FACT RESOURCE_KEY RESOURCE_ RESOURCE_KEY
SM_MEDIA_NEUTRAL_STATE_FACT RESOURCE_STATE_KEY RESOURCE_STATE RESOURCE_STATE_KEY
SM_MEDIA_NEUTRAL_STATE_FACT START_DATE_TIME_KEY DATE_TIME DATE_TIME_KEY
SM_MEDIA_NEUTRAL_STATE_FACT TENANT_KEY TENANT TENANT_KEY

 

Comments or questions about this documentation? Contact us for support!