IRC_SGAS_ENTRIES

This table stores non-transactional data normally related to user interactions.

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: FUSION_TS_SEED

Primary Key

Name Columns

IRC_SGAS_ENTRIES_PK

ENTRY_ID

Columns

Name Datatype Length Precision Not-null Comments
ENTRY_ID NUMBER 18 Yes Primary key of the table. System generated.
REFERENCE_ID NUMBER 18 Yes Reference to the entity associated with the entry.
REFERENCE_AUX VARCHAR2 256 Auxiliary reference to the entity associated with the entry.
CONTEXT VARCHAR2 50 Yes Context where the content was generated.
CONTENT_TYPE NUMBER 2 Yes Type of content. JSON content is stored in CONTENT_JSON while non-JSON in CONTENT.
CONTENT_JSON CLOB JSON content. The column configuration optimzes access to JSON content.
CONTENT CLOB Non-JSON content. The type of the content is defined by CONTENT_TYPE.
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
IRC_SGAS_ENTRIES_N2 Non Unique FUSION_TS_SEED CONTEXT, REFERENCE_ID, REFERENCE_AUX
IRC_SGAS_ENTRIES_PK Unique FUSION_TS_SEED ENTRY_ID