CSO_INSTALL_HISTORY

This table tracks the database version of the IM repository. Each patch or update will update this table.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CSO_INSTALL_HISTORY_PK

BUILD, DATE_APPLIED

Columns

Name Datatype Length Not-null Comments
BUILD VARCHAR2 50 Yes Contains the build number of the database.
ACTION_PERFORMED VARCHAR2 500 This is the Name of the SQLscript or Java class that is used to migrate data during the upgrade process.
DATE_APPLIED TIMESTAMP Yes Date that the SQL script was applied to the database.
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.
ACTION_TYPE CHAR 1 Yes This is the type of action performed, S=SQL Script, J=java class, F=file copy.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
CSO_INSTALL_HISTORY_U1 Unique Default BUILD, DATE_APPLIED, ORA_SEED_SET1
CSO_INSTALL_HISTORY_U11 Unique Default BUILD, DATE_APPLIED, ORA_SEED_SET2