Another Oracle blog

  • Home
  • About
  • About

Tag Archives: dba_registry_history

Home / Posts Tagged: dba_registry_history

How to check which security patches have been applied….

One can try this: set lin 700 col action_time format a30 col action format a20 col namespace format a20 col version format a10 col id format 999999999 col bundle_series format a15 col comments format a30 select * from dba_registry_history order by action_time;

November 21, 2017mardaffOracledba_registry, dba_registry_history, patch
ora-base.com