Upon running /opt/oracle/oak/bin/oakcli update -patch 12.1.2.6.0 -database, some of the databases do not receive the update. The database homes are patched correctly and there are no errors in the update logs.
Symptoms:
select * from dba_registry_sqlpatch;
This either shows no rows selected or some previous entry.
Cause:
There are multiple bugs around this where ODA is still trying to run catbundle instead of datapatch, and will be fixed in future release.
Fix:
Workaround
Please set your oracle home and SID for each database one at a time, cd to
$ORACLE_HOME/OPatch directory and run
./datapatch
After it is run get the following from each DB
select * from dba_registry_sqlpatch;
This should show the current output with "Success"
Symptoms:
select * from dba_registry_sqlpatch;
This either shows no rows selected or some previous entry.
Cause:
There are multiple bugs around this where ODA is still trying to run catbundle instead of datapatch, and will be fixed in future release.
Fix:
Workaround
Please set your oracle home and SID for each database one at a time, cd to
$ORACLE_HOME/OPatch directory and run
./datapatch
After it is run get the following from each DB
select * from dba_registry_sqlpatch;
This should show the current output with "Success"
No comments:
Post a Comment