CSO_CONNECTOR_BATCH

This table stores the batch run information on sharepoint connector sync with knowledge management.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Columns

Name Datatype Length Precision Not-null Comments
RECORD_ID NUMBER 18 Yes Identifier for this record.
CONNECTOR_DEFINITION VARCHAR2 100 Yes ID of connector definition e.g. SHAREPOINT/ GDRIVE / BOX.
CONNECTOR_INSTANCE VARCHAR2 250 Yes ID of instance/connection.
JOB_TYPE VARCHAR2 100 Yes Type of job i.e., FULL/INCREMENTAL
JOB_START_TIME TIMESTAMP Yes Start time of Job.
JOB_END_TIME TIMESTAMP End time of Job.
JOB_EXECUTION_STATUS VARCHAR2 50 Yes Execution status of Job.
JOB_STATUS_OVERWRITTEN VARCHAR2 1 Yes Boolean flag if the job status overwritten.
REMARKS VARCHAR2 4000 Short Summary of the Batch job.
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_BATCH_N1 Non Unique Default CONNECTOR_DEFINITION, CONNECTOR_INSTANCE, JOB_STATUS_OVERWRITTEN
CSO_CONNECTOR_BATCH_PK Unique Default RECORD_ID