CSO_CONTENT_DATA

This table is used to store the XML data for the content channel records. This is moved to a separate table to minimize the need to retrieve the large data blocks unnecessarily.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CONTENT_DATA_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
RECORD_ID VARCHAR2 32 Yes The primary key of the table. There is a one to one relationship between this record and a CONTENT_TEXT record.
XML CLOB This is the XML data for the content channel content record.

Indexes

Index Uniqueness Columns
CSO_CONTENT_DATA_U1 Unique RECORD_ID