Get installed sqlpatches in db
--- From 12c onward
oracle configurationintermediate
by OracleDba
14 views
--- From 12c onward
123456
--- From 12c onward
set lines 2000
select patch_id,status,description from dba_registry_sqlpatch;
--- For 11g and below:
set lines 2000
select * from dba_registry_history;Please to add comments
No comments yet. Be the first to comment!