CSO_CONTENT_AUTOSAVE_DATA
This table is used to store the content data for the content autosave 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_AUTOSAVE_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 CSO_CONTENT_AUTOSAVE record. |
| CONTENT_AUTOSAVE_DATA | CLOB | Yes | This is the data for the content autosave record. | |
| 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. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_CONTENT_AUTOSAVE_DATA | cso_content_autosave | RECORD_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CSO_CONTENT_AUTOSAVE_DATA_PK | Unique | Default | RECORD_ID |