how to find oracle 12c database patch set being applied

To find the patches that have been applied on your 12c database, and base release of your database use the new data dictionary view:

select * from dba_registry_sqlpatch;

12c database patch set

One thought on “how to find oracle 12c database patch set being applied

Leave a comment