CSO_DB_TOPIC_DATA
This table separates the body clob from DBTOPIC for performance reasons.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_DB_TOPIC_DATA_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. |
| BODY | CLOB | This is the body data for the topic record. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_DB_TOPIC_DATA_U1 | Unique | RECORD_ID |