CSO_CONTENTTEXT_SYNCFILE

This table stores the mapping of external id of the synced files with their content text id.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_CONTENTTEXT_SYNCFILE_PK

RECORD_ID

Columns

Name Datatype Length Precision Not-null Comments
RECORD_ID NUMBER 18 Yes Unique identifier/primary key for the record.
CONTENT_TEXT_ID VARCHAR2 32 Yes Content text id for the version of document id.
CONTENT_TYPE_ID VARCHAR2 250 Yes Unique identifier for the connector instance.
DESTINATION VARCHAR2 100 Yes Target repository where external file is persisted or uploaded e.g., UCM.
DESTINATION_ID VARCHAR2 100 Yes Identifier of the asset uploaded to destination.
DOCUMENT_TYPE VARCHAR2 50 Yes Nature of the file, whether raw or processed.
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_CONTENTTEXT_SYNCFILE_N1 Non Unique Default CONTENT_TEXT_ID, DOCUMENT_TYPE
CSO_CONTENTTEXT_SYNCFILE_N2 Non Unique Default DESTINATION_ID
CSO_CONTENTTEXT_SYNCFILE_PK Unique Default RECORD_ID