CSO_FILE_CLOB

This table is used to store the files by the FMS (File Management Service).

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_FILE_CLOB_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
RECORD_ID VARCHAR2 32 Yes The primary key of the table. Same as the PK of FileMetaData. There is a to one relationship between this record and a FileMetaData (OK_FILEMETADATA) record.
FILEDATA CLOB This is the content of a text file for the FileMetaData record.

Indexes

Index Uniqueness Columns
CSO_FILE_CLOB_U1 Unique RECORD_ID