DBA_REGISTRY_SQLPATCH
contains information about the SQL patches that have been installed in the database. A SQL patch is a patch that contains SQL scripts which need to be run after OPatch completes. DBA_REGISTRY_SQLPATCH
is updated by the datapatch utility. Each row contains information about an installation attempt (apply or roll back) for a given patch.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
ID associated with the patch |
|
|
|
UPI (Universal Patch ID) associated with the patch |
|
|
|
4 digit version on which the patch was installed (for example, 12.1.0.2) |
|
|
One or more of the following:
|
|
|
|
|
|
|
|
Possible values:
|
|
|
|
|
Timestamp when the install was performed |
|
|
Description of this patch from OPatch metadata |
|
|
|
If a bundle patch, the series (for example, PSU or DBBP) |
|
|
|
If a bundle patch, ID in the series |
|
|
|
If a bundle patch, the bundledata.xml associated with the patch |
|
|
|
Location of the logfile for this apply or rollback attempt |
See Also:
Oracle OPatch User's Guide for Windows and UNIX for more information about OPatch and related patching utilities
Support note 1585822.1 "Datapatch: Database 12c Post Patch SQL Automation” at My Oracle Support at the following URL for more information about datapatch: