Monday, December 26, 2016

Current oracle patch version

Query to return current oracle patch.

select patch_id, patch_uid, version, status, description  from dba_registry_sqlpatch where bundle_series = 'PSU';

To find out latest oracle patches available:

https://www.oracle.com/technetwork/topics/security/alerts-086861.html

No comments:

Post a Comment