CSO_CONNECTOR_FILES_SYNC
This table stores the sync status of files for batch runs.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RECORD_ID | NUMBER | 18 | Yes | ID of this record. | |
| BATCH_ID | NUMBER | 18 | Yes | Record ID of this batch from CSO_CONNECTOR_BATCH. | |
| EXTERNAL_FILE_ID | VARCHAR2 | 500 | Yes | Unique identifier of this file from external system. | |
| FILE_PATH | VARCHAR2 | 4000 | Yes | Relative Path of the file in external system. | |
| KM_DOCUMENT_ID | VARCHAR2 | 50 | Knowledge Document ID created for this file. | ||
| SYNC_STATUS | VARCHAR2 | 50 | Yes | Sync status for this file. | |
| REMARKS | VARCHAR2 | 4000 | Remarks for this record. | ||
| 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 |
|---|---|---|---|
| CSO_CONNECTOR_FILES_SYNC_N1 | Non Unique | Default | BATCH_ID, EXTERNAL_FILE_ID |
| CSO_CONNECTOR_FILES_SYNC_N2 | Non Unique | Default | EXTERNAL_FILE_ID |
| CSO_CONNECTOR_FILES_SYNC_N3 | Non Unique | Default | KM_DOCUMENT_ID |
| CSO_CONNECTOR_FILES_SYNC_PK | Unique | Default | RECORD_ID |