5.282 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 |
---|---|---|---|
|
|
|
Unique numeric identifier for this datapatch session. All patches installed in the same invocation of datapatch will have the same value for |
|
|
|
ID associated with the patch |
|
|
|
UPI (Universal Patch ID) associated with the patch |
|
|
|
Type of the patch. Possible values:
|
|
|
|
|
|
|
|
Possible values:
|
|
|
|
Timestamp when the install was performed |
|
|
|
Description of this patch from OPatch metadata |
|
|
|
Location of the logfile for this apply or rollback attempt |
|
|
|
Logfile location for RU specific commands |
|
|
|
One or more of the following:
|
|
|
|
Contents of the XML descriptor for the patch |
|
|
|
Contents of the patch directory under ORACLE_HOME/sqlpatch |
|
|
|
5 digit version (for example, 18.3.2.0.0) for the version on which the patch was applied |
|
|
|
Build description (for example, Release_Update or Release_Update_Revision) for the version on which the patch was applied |
|
|
|
Build timestamp for the version on which the patch was applied |
|
|
|
5 digit version (for example, 18.4.0.0.0) for the version to be installed |
|
|
|
Build description (for example, Release_Update or Release_Update_Revision) for the version to be installed |
|
|
|
Build timestamp for the version to be installed |
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: