MSC_XTR_MEASURE_MAP
This table stores measure mappings for fact extraction tables. Each granularity has fixed list of slots registered with measure codes.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_XTR_MEASURE_MAP_PK |
GRANULARITY_ID, POSITION |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| GRANULARITY_ID | NUMBER | 18 | Yes | Granularity identifier. Reference to msc_granularity. | |
| POSITION | NUMBER | 18 | Yes | Position of the slot. Within current granularity, a unique position value I between 1 and N indicates the I-th slot in a generic fact table. | |
| MEASURE_CODE | VARCHAR2 | 30 | Measure code. With position value I, this stores the measure code of the I-th slot in a generic fact table. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_XTR_MEASURE_MAP_U1 | Unique | Default | GRANULARITY_ID, POSITION |