CSO_CONNECTOR_CONFIG_
This table stores the configuration to crawl a connector type.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CSO_CONNECTOR_CONFIG_PK_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, CONNECTOR_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONNECTOR_ID | NUMBER | Yes | This is the primary key of the table. | ||
| CONNECTOR_DEFINITION_NAME | VARCHAR2 | 4000 | Name of the template from connector app store db. | ||
| CONNECTOR_DEFINITION_REF_KEY | VARCHAR2 | 256 | Connector ID from connector app store db. | ||
| CONNECTOR_NAME | VARCHAR2 | 4000 | Authoring external content type name will be based on this name. | ||
| CONNECTOR_ENABLED | VARCHAR2 | 1 | This column specifies if the connector config is enabled or not. | ||
| CONNECTOR_CRON_SPEC | VARCHAR2 | 200 | This column specifies cron frequency for processing this connector config. | ||
| CONNECTOR_CHANNEL_ID | VARCHAR2 | 200 | Foreign key for content channel. | ||
| CONNECTOR_PRIORITY | NUMBER | Indicates priority of this config to determine its order in case multiple configs are scheduled to run. | |||
| CONNECTOR_METADATA | CLOB | This field specifies the crawl config template. | |||
| CREATED_BY | VARCHAR2 | 64 | 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_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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | ||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
| AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
| AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
| AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Original Impersonator User. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_CONNECTOR_CONFIGN1_ | Non Unique | Default | CONNECTOR_ID |
| CSO_CONNECTOR_CONFIGU1_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, CONNECTOR_ID |