MSC_PLAN_ARCHIVE_TABLES
This table is maintained by snapshot . The table is used to hold the list of archive id and PDS Table names for the different granularities and dimensions.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_PLAN_ARCHIVE_TABLES_PK |
PLAN_ID, ARCHIVE_ID, ENTITY_TYPE, ENTITY_ID |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
ENTITY_TYPE | VARCHAR2 | 30 | Yes | Type of Entity: DATA |
PLAN_ID | NUMBER | Yes | Identifier for the plan | |
ENTITY_ID | NUMBER | Yes | Identifier for the Entity : For Dimensions:Dimension_id,For Measures:Granularity_id | |
ARCHIVE_ID | NUMBER | Yes | Archive ID identifies the archive of each data tables need to be archived. | |
PDS_TABLE_NAME | VARCHAR2 | 30 | Yes | Name of table in PDS |
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_PLAN_ARCHIVE_TABLES_U1 | Unique | Default | PLAN_ID, ARCHIVE_ID, ENTITY_TYPE, ENTITY_ID |