CSO_OCE_ASSET_REFS

This table stores Content Management asset references.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSO_OCE_ASSET_REFS_PK

ASSET_REF_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSET_REF_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
ASSET_ID VARCHAR2 256 Yes This attribute stored the asset Id of Content Management.
CONTENT_TEXT_ID VARCHAR2 32 Yes This is the article's version that asset belongs to. Foreign key that references cso_content_text (RECORD_ID).
DOCUMENT_ID VARCHAR2 50 Yes This attribute holds the document Id from cso_content_text.documentId.
LOCALE_ID VARCHAR2 32 Yes This is the value of Knowledge article locale Id.
ANSWER_ID NUMBER Yes This is the value of Knowledge article answer Id.
ATTRIBUTE VARCHAR2 100 Yes This is the document attribute name defined in the content type of the document, value in cso_schema_attribute.system_value.
USER_GROUPS VARCHAR2 4000 Yes This attribute stores a list of user group reference keys, separated by comma.

Indexes

Index Uniqueness Tablespace Columns
CSO_OCE_ASSET_REFS_N1 Non Unique Default CONTENT_TEXT_ID, ASSET_ID, USER_GROUPS
CSO_OCE_ASSET_REFS_N2 Non Unique Default CONTENT_TEXT_ID, ASSET_ID, ATTRIBUTE, USER_GROUPS
CSO_OCE_ASSET_REFS_N3 Non Unique Default ASSET_ID, USER_GROUPS
CSO_OCE_ASSET_REFS_N4 Non Unique Default ANSWER_ID
CSO_OCE_ASSET_REFS_N5 Non Unique Default DOCUMENT_ID, LOCALE_ID
CSO_OCE_ASSET_REFS_PK Unique Default ASSET_REF_ID
CSO_OCE_ASSET_REFS_U1 Unique Default ASSET_ID, CONTENT_TEXT_ID, ATTRIBUTE