Has datapatch been applied?
19c RU26
I there away to see if datapatch has been applied to a database?
Regards
Rookie
edit:
SELECT patch_id, patch_uid, status, action, action_time
FROM dba_registry_sqlpatch
ORDER BY action_time DESC;
0
19c RU26
I there away to see if datapatch has been applied to a database?
Regards
Rookie
edit:
SELECT patch_id, patch_uid, status, action, action_time
FROM dba_registry_sqlpatch
ORDER BY action_time DESC;