In some cases, when a particular
database is started the patch inventory is not loaded in the alert log and
says “No patches have been applied” in the alert log.
To make the inventory to be
loaded in alert log. Run the below statement in the database (and expect output
as “OK” and re-start the database again).
Note:- Don’t run ./datapatch from
now…
select
dbms_sqlpatch.verify_queryable_inventory from dual;
Thank you. It's helpful for my case.
ReplyDelete