How to Find last CPU applied in oracle
CPU stands for Critical patch Updates introduced in January 2005 to provide security fixes to help customers lower their security management costs.
oracle configurationintermediate
by OracleDba
14 views
CPU stands for Critical patch Updates introduced in January 2005 to provide security fixes to help customers lower their security management costs.
12345
col VERSION for a15;
col COMMENTS for a50;
col ACTION for a10;
set lines 500;
select ACTION,VERSION,COMMENTS,BUNDLE_SERIES from registry$history;Please to add comments
No comments yet. Be the first to comment!