CSO_PIPELINE_SETTINGS

Settings table for Knowledge Pipelines. This table contains settings specific to each individual pipeline.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CSO_PIPELINE_SETTINGS_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
RECORD_ID VARCHAR2 32 Yes Unique Primary Key for this table.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
PIPELINE_ID VARCHAR2 32 Yes ID of the Pipeline; used to store items and logs for this specific pipeline.
NAME VARCHAR2 100 Yes Name of the setting in which the value is to be applied.
VALUE VARCHAR2 4000 Yes Value of the setting which you want to apply.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_PIPELINE_SETTINGS cso_pipelines PIPELINE_ID

Indexes

Index Uniqueness Tablespace Columns
CSO_PIPELINE_SETTINGS_PK Unique Default RECORD_ID, ORA_SEED_SET1
CSO_PIPELINE_SETTINGS_PK1 Unique Default RECORD_ID, ORA_SEED_SET2
CSO_PIPELINE_SETTINGS_U1 Unique Default PIPELINE_ID, NAME, ORA_SEED_SET1
CSO_PIPELINE_SETTINGS_U11 Unique Default PIPELINE_ID, NAME, ORA_SEED_SET2