DBA_REGISTRY_HISTORY provides information about upgrades, downgrades, and critical patch updates that have been performed on the database.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
ACTION_TIME | 
TIMESTAMP(6) | 
The time the upgrade, downgrade, or patch action was completed | |
ACTION | 
VARCHAR2(30) | 
The specific action (for example, UPGRADE or DOWNGRADE) | |
NAMESPACE | 
VARCHAR2(30) | 
The namespace of the components affected (for example, SERVER) | |
VERSION | 
VARCHAR2(30) | 
The version number of the server (for example, 10.2.0.1.0) | |
ID | 
NUMBER | 
Bundle ID | |
BUNDLE_SERIESFoot 1  | 
VARCHAR2(30) | 
Name of the bundle series (for example, CPU, PSU, or WINBUNDLE) | |
COMMENTS | 
VARCHAR2(255) | 
Additional comments about the action taken | 
Footnote 1 This column is available starting with Oracle Database 11g Release 2 (11.2.0.2).