CSO_CHANNEL_METRIC_TAG

Associative table relating content channels to custom metrics (A tag). Assigned from Repository Channel Properties.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CHANNEL_METRIC_TAG_PK

CONTENT_CHANNEL_ID, TAG_ID

Columns

Name Datatype Length Not-null Comments
CONTENT_CHANNEL_ID VARCHAR2 32 Yes This is the Reference to content channel table.
TAG_ID VARCHAR2 32 Yes This is the Reference to Tag table, containing either a category, user group.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_CHANNEL_METRIC_TAG cso_channel CONTENT_CHANNEL_ID
CSO_CHANNEL_METRIC_TAG cso_tag TAG_ID

Indexes

Index Uniqueness Columns
CSO_CHANNEL_METRIC_TAG_U1 Unique CONTENT_CHANNEL_ID, TAG_ID
CSO_CHANNEL_METRIC_TAG_N1 Non Unique TAG_ID