ZSF_DS_METRIC_DIM_RF_DN
The data in this table will be populated by executing the SQLs in the SOURCE_SQL column of Table ZSF_DS_METRIC_DIM.
Details
-
Schema: FUSION
-
Object owner: ZSF
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZSF_DS_METRIC_DIM_RF_DN_PK |
METRIC_DIM_DN_ID, METRIC_DIM_CODE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| METRIC_DIM_DN_ID | NUMBER | 18 | Yes | This is a surrogate primary key generated for uniqueness | |
| METRIC_DIM_CODE | VARCHAR2 | 100 | Yes | The name of the dimension for which this denormalized representation is constructed | |
| METRIC_DIM_KEY | NUMBER | 18 | Yes | ID of the specific dimension instance | |
| METRIC_DIM_NAME | VARCHAR2 | 1000 | Column contains the name of the dimension element | ||
| METRIC_DIM_PARENT_KEY | NUMBER | 18 | ID of the parent of this dimension instance | ||
| METRIC_DIM_PARENT_NAME | VARCHAR2 | 1000 | Column contains the name of the parent of the dimension element | ||
| DIM_PATH | VARCHAR2 | 4000 | Yes | Path of the dimension instance starting from the root of the dimension | |
| DIM_LEVEL | NUMBER | 2 | Yes | Level of the dimension instance in the dimension hierarchy | |
| ROOT_PARENT_FLAG | VARCHAR2 | 1 | Y / NULL to indicate if the parent root key is the root of the hierarchy or not | ||
| OWNER_RESOURCE_ID | NUMBER | 18 | This is owner resource id of metric dimension | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZSF_DS_METRIC_DIM_RF_DN_N1 | Non Unique | Default | OWNER_RESOURCE_ID, DIM_LEVEL, METRIC_DIM_CODE |
| ZSF_DS_METRIC_DIM_RF_DN_N2 | Non Unique | Default | METRIC_DIM_KEY, DIM_LEVEL, METRIC_DIM_CODE |
| ZSF_DS_METRIC_DIM_RF_DN_N3 | Non Unique | Default | METRIC_DIM_KEY, METRIC_DIM_PARENT_KEY, METRIC_DIM_CODE |
| ZSF_DS_METRIC_DIM_RF_DN_N4 | Non Unique | Default | METRIC_DIM_CODE, DIM_LEVEL, ROOT_PARENT_FLAG |
| ZSF_DS_METRIC_DIM_RF_DN_N5 | Non Unique | Default | METRIC_DIM_CODE, METRIC_DIM_PARENT_KEY, DIM_LEVEL |
| ZSF_DS_METRIC_DIM_RF_DN_PK | Unique | Default | METRIC_DIM_DN_ID, METRIC_DIM_CODE |