Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

DBA_REGISTRY_HISTORY

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   The identification number of the Critical Patch Update
COMMENTS VARCHAR2(255)   Additional comments about the action taken