CSO_CONTENT_LOG
This table tracks additions, deletions of content. Primarily used to provide incremental updates to Inquira Smart Search content crawler.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_CONTENT_LOG_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| ACTION | NUMBER | Code value indicating the type of action recorded. 1=CONTENT_DELETED, 2=CONTENT_UNPUBLISHED, 3=CONTENT_PUBLISHEd. | ||
| CONTENT_ID | VARCHAR2 | 32 | Yes | This is the Reference to content table record. |
| DATE_ADDED | TIMESTAMP | Yes | This is the date that the record was added to the repository. | |
| DATE_MODIFIED | TIMESTAMP | Yes | This is the date that the record was modified. | |
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. |
| LOCALE_ID | VARCHAR2 | 32 | This is the Reference to locale table record. | |
| CONTENT_CHANNEL_ID | VARCHAR2 | 32 | This is the Reference to content channel record. | |
| SITE_ID | VARCHAR2 | 32 | This is the GUID for the repository that the record belongs to |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_CONTENT_LOG_U1 | Unique | RECORD_ID |
| CSO_CONTENT_LOG_N1 | Non Unique | CONTENT_ID |