CSO_SCH_ALIAS_HI

This is the table that stores the history of an alias.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_ALIAS_HI_PK

RECORD_ID, ROW_START

Columns

Name Datatype Length Not-null Comments
ALIAS_LIST_ID VARCHAR2 32 This is the ID of the alias list the alias belongs to
ALIASES_ORDER NUMBER The order of the alias in the alias list.
KEY_ID VARCHAR2 32 Yes This is the key of the alias for the record.
RECORD_ID VARCHAR2 32 Yes Record ID, forming compound primary key with ROW_START
ROW_END TIMESTAMP This is the dateime when a specific version of the config object was modified (NULL indicates this version has not been modified and is currently active)
ROW_START TIMESTAMP Yes This is the datetime when a specific version of the config object was added.
VALUE_ID VARCHAR2 32 Yes This is the value of the alias for the record.

Indexes

Index Uniqueness Columns
CSO_SCH_ALIAS_HI_U1 Unique RECORD_ID, ROW_START