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.
Line 4: | Line 4: | ||
{{PDMTable | {{PDMTable | ||
|tableName = SDR_EXT_REQUEST_FACT | |tableName = SDR_EXT_REQUEST_FACT | ||
− | |shortDesc = | + | |shortDesc = Represents |
− | |tableDesc = | + | |tableDesc = Each row in this table describes Represents a summary |
|subjectAreas = Facts | |subjectAreas = Facts | ||
− | |introduced = | + | |introduced = 8.5.001 |
− | |modified = | + | |modified = |
|discontinued = | |discontinued = | ||
|group = SDR | |group = SDR | ||
Line 23: | Line 23: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |colDesc = | + | |colDesc = 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. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 38: | Line 38: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |colDesc = | + | |colDesc = The ORS session ID. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 53: | Line 53: | ||
|foreignKey = yes | |foreignKey = yes | ||
|default = | |default = | ||
− | |colDesc = | + | |colDesc = Identifies the start of a 15-minute interval in which the fact began. Use this value as a key to join the fact tables to any configured DATE_TIME dimension. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 68: | Line 68: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |colDesc = TBD | + | |colDesc = {{Editgrn_open}}TBD{{Editgrn_close}} |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 83: | Line 83: | ||
|foreignKey = | |foreignKey = | ||
|default = | |default = | ||
− | |colDesc = | + | |colDesc = The UTC-equivalent value, in milliseconds, of the date and time at which the external service started. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 98: | Line 98: | ||
|foreignKey = | |foreignKey = | ||
|default = 0 | |default = 0 | ||
− | |colDesc = | + | |colDesc = The duration, in milliseconds, of the external service. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 113: | Line 113: | ||
|foreignKey = yes | |foreignKey = yes | ||
|default = | |default = | ||
− | |colDesc = | + | |colDesc = The surrogate key that is used to join this table to the SDR_EXT_REQUEST dimension, to identify the external request. |
|introduced = | |introduced = | ||
|modified = | |modified = | ||
Line 128: | Line 128: | ||
|foreignKey = yes | |foreignKey = yes | ||
|default = | |default = | ||
− | |colDesc = | + | |colDesc = The surrogate key that is used to join this table to the SDR_EXT_HTTP_REST dimension, to identify the external request. |
|introduced = | |introduced = | ||
|modified = | |modified = |
Revision as of 18:40, May 18, 2016
Table SDR_EXT_REQUEST_FACT
Description
Each row in this table describes Represents a summary
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
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
CREATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X | ||
SESSION_ID | Oracle: VARCHAR2(50 CHAR) MSSQL: varchar(50) PostgreSQL: varchar(50) |
X | X | ||
START_DATE_TIME_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | X | |
SEQUENCE_ID | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | ||
START_TS_MS | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | |||
DURATION_MS | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | 0 | ||
SDR_EXT_REQUEST_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_EXT_HTTP_REST_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_EXT_REQUEST_OUTCOME_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_EXT_SERVICE_OUTCOME_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
SDR_APPLICATION_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | X | -2 | |
UPDATE_AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X |
CREATE_AUDIT_KEY
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.
SESSION_ID
The ORS session ID. You can use the SESSION_ID to link the SDR_EXT_REQUEST_FACT record with an SDR_SESSION_FACT.
START_DATE_TIME_KEY
Identifies the start of a 15-minute interval in which the fact began. Use this value as a key to join the fact tables to any configured DATE_TIME dimension.
SEQUENCE_ID
The unique identifier of the external request block within the SDR. In combination with SESSION_ID, the SEQUENCE_ID forms a value of the composite primary key for this table.
START_TS_MS
The UTC-equivalent value, in milliseconds, of the date and time at which the request for an external service was submitted.
DURATION_MS
The duration, in milliseconds, of the external service.
SDR_EXT_REQUEST_KEY
The surrogate key that is used to join this table to the SDR_EXT_REQUEST dimension, to identify the external request.
SDR_EXT_HTTP_REST_KEY
The surrogate key that is used to join this table to the SDR_EXT_HTTP_REST dimension, to identify the external request.
SDR_EXT_REQUEST_OUTCOME_KEY
The surrogate key that is used to join this table to the SDR_EXT_REQUEST_OUTCOME dimension, to identify the outcome of the external request.
SDR_EXT_SERVICE_OUTCOME_KEY
The surrogate key that is used to join this table to the SDR_EXT_SERVICE_OUTCOME dimension, to identify the outcome of the external service.
SDR_APPLICATION_KEY
The surrogate key that is used to join this table to the SDR_APPLICATION dimension, to identify the Designer application that managed the session.
UPDATE_AUDIT_KEY
Introduced: Release 8.5.010.16
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.
Index List
CODE | U | C | Description |
---|---|---|---|
I_SDR_EXT_REQUEST_FACT_SDT | Improves access time, based on the Start Date Time key. |
Index I_SDR_EXT_REQUEST_FACT_SDT
Field | Sort | Comment |
---|---|---|
START_DATE_TIME_KEY | Ascending |
Subject Areas
No subject area information available.
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 |
---|---|---|---|
SDR_EXT_REQUEST_FACT | CREATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |
SDR_EXT_REQUEST_FACT | SDR_APPLICATION_KEY | SDR_APPLICATION | ID |
SDR_EXT_REQUEST_FACT | SDR_EXT_HTTP_REST_KEY | SDR_EXT_HTTP_REST | ID |
SDR_EXT_REQUEST_FACT | SDR_EXT_REQUEST_KEY | SDR_EXT_REQUEST | SDR_EXT_REQUEST_KEY |
SDR_EXT_REQUEST_FACT | SDR_EXT_REQUEST_OUTCOME_KEY | SDR_EXT_REQUEST_OUTCOME | ID |
SDR_EXT_REQUEST_FACT | SDR_EXT_SERVICE_OUTCOME_KEY | SDR_EXT_SERVICE_OUTCOME | ID |
SDR_EXT_REQUEST_FACT | START_DATE_TIME_KEY | DATE_TIME | DATE_TIME_KEY |
SDR_EXT_REQUEST_FACT | UPDATE_AUDIT_KEY | CTL_AUDIT_LOG | AUDIT_KEY |