MSC_PLAN_ARCHIVE_VERSIONS
This table is maintained by snapshot . The table is used to hold archive version and archive ID of each data tables that are archived.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_PLAN_ARCHIVE_VERSIONS_PK |
ARCHIVE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ARCHIVE_ID | NUMBER | Yes | Idenifies each archive with archive ID | ||
IS_VALID | NUMBER | 1 | This shows the status of archive. The value is 0 for valid and 1 for invalid archive. | ||
TIME_LEVEL | NUMBER | Yes | This is the time level at which the archive happens. Example weekly 1 or Monthly 2 | ||
ARCHIVE_NAME | VARCHAR2 | 50 | Name of the Archive. | ||
ARCHIVE_TYPE | NUMBER | Type of the archive, 1 for rolling archive and 2 for adhoc archive | |||
PLAN_ID | NUMBER | Yes | Identifier for the plan | ||
ARCHIVE_VERSION | NUMBER | Yes | Identifies the version of each archive | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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_VERSIONS_U2 | Unique | Default | PLAN_ID, ARCHIVE_VERSION, ARCHIVE_TYPE |
MSC_PLAN_ARCHIVE_VERSION_U1 | Unique | Default | ARCHIVE_ID |