5.273 DBA_REGISTRY_SQLPATCH
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:
|
|
|
|
Unique numeric identifier for this datapatch session. All patches installed in the same invocation of datapatch will have the same value for This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). |
|
|
|
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 |
|
|
|
Contents of the XML descriptor for the patch This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). |
|
|
|
Contents of the patch directory under ORACLE_HOME/sqlpatch This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). |
|
|
|
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
-
My Oracle Support note 1585822.1 "Datapatch: Database 12c Post Patch SQL Automation” at the following URL for more information about datapatch: