oracle 12c patch post installation(./datapatch -verbose) did or not check

oracle 12 patch installation(./datapatch -verbose) did or not check
=====================================================

In my environment one of our colleague miss to run ./datapatch -verbose after patch apply, then frequently it produce patch info in alert-log.

in this case lsinventory show opatch successfully applied, but she did miss to run post install, in this case we should fallow like below, for this need down time as well plz do with careful and per organization down time procedure.

how to check post-install completed or not
-------------------------------------------------------------
SQL> set serverout on
SQL> exec dbms_qopatch.get_sqlpatch_status;
if no output means you miss to run

--------------then fallow below procedure to fullfill your patch procedure and make it complete---------
step1: shutdown
step2: startup upgrade
step3: cd $ORACLE_HOME/OPatch
step4: /datapatch -verbose
setp5: shutdown
step6: startup



Thanks for your visit!
your comment and suggestions are more helpful in my future posts more effective. 

Comments

Popular posts from this blog

ORA-1092 : opitsk aborting process

SQL Tuning Task Creation ORA-13780: SQL statement does not exist.

Shareplex some commands