KNTA_VERSION_HISTORY
This table stores all product upgrades run against this instance.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
VERSION_HISTORY_ID |
NOT NULL |
NUMBER |
System-generated identifier |
VERSION_NUMBER |
NOT NULL |
VARCHAR2(20) |
Version number of the product in the form X.X.X.X (for example, 3.0.0.38) |
UPGRADE_DATE |
NOT NULL |
DATE |
Date on which this instance was upgraded to version VERSION_NUMBER |
Indexes
This table uses no indexes.
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_VERSION_HISTORY_S |
VERSION_HISTORY_ID |