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 |
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 | Yes | Name of the template from connector app store db. | |
| CONNECTOR_DEFINITION_REF_KEY | VARCHAR2 | 256 | Yes | Connector ID from connector app store db. | |
| CONNECTOR_NAME | VARCHAR2 | 4000 | Yes | Authoring external content type name will be based on this name. | |
| CONNECTOR_ENABLED | VARCHAR2 | 1 | Yes | This column specifies if the connector config is enabled or not. | |
| CONNECTOR_CRON_SPEC | VARCHAR2 | 200 | Yes | This column specifies cron frequency for processing this connector config. | |
| CONNECTOR_CHANNEL_ID | VARCHAR2 | 200 | Yes | Foreign key for content channel. | |
| CONNECTOR_PRIORITY | NUMBER | Yes | Indicates priority of this config to determine its order in case multiple configs are scheduled to run. | ||
| CONNECTOR_METADATA | CLOB | Yes | This field specifies the crawl config template. | ||
| 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_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 | Yes | 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 | Yes | Who column: indicates the date and time of the creation of the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_CONNECTOR_CONFIG_PK | Unique | Default | CONNECTOR_ID |
| CSO_CONNECTOR_CONFIG_U1 | Unique | Default | CONNECTOR_NAME |