MSC_ENTITY_SRTABLE_COLLLOG
This table mainatins the log of the data being read in current cycle and last successful collection cycle.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_ENTITY_SRTABLE_COLLLOG_PK |
SR_INSTANCE_ID, ENTITY, TABLE_NAME, SR_ORGANIZATION_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SR_INSTANCE_ID | NUMBER | 18 | Yes | Identifier of the source system from where the data is collected. | |
SR_ORGANIZATION_CODE | VARCHAR2 | 18 | Yes | Organization Code at source instance | |
ENTITY | VARCHAR2 | 33 | Yes | The entity name that may be monitored for fusion collection. | |
TABLE_NAME | VARCHAR2 | 33 | Yes | Source side table name for which MVLog cleanup is required. | |
LAST_SUCC_CYCLE_SEQUENCE | NUMBER | Latest Sequence Number in MVLog for the successfully collected records. | |||
CURR_CYCLE_SEQUENCE | NUMBER | The max sequence number read from the MVLog during current collection run. | |||
CURRENT_CYCLE_ID | NUMBER | 18 | Cycle Idenetifier of current collections. | ||
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_ENTITY_SRTABLE_COLLLOG_U1 | Unique | Default | SR_INSTANCE_ID, ENTITY, TABLE_NAME, SR_ORGANIZATION_CODE |