CSO_CONNECTOR_SRC_FOLDERS
This table stores the folders information of folders from the connector source system.
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 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. | |
| FOLDER_NAME | VARCHAR2 | 4000 | Yes | Name of the folder. | |
| TO_BE_PROCESSED_FLAG | VARCHAR2 | 1 | Yes | Flag for the processing status. | |
| EXTERNAL_UNIQUE_ID | VARCHAR2 | 500 | Yes | External unique identifier. | |
| 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_SRC_FOLDERS_N1 | Non Unique | Default | CONNECTOR_DEFINITION |
| CSO_CONNECTOR_SRC_FOLDERS_N2 | Non Unique | Default | CONNECTOR_INSTANCE |
| CSO_CONNECTOR_SRC_FOLDERS_PK | Unique | Default | RECORD_ID |