In alert log file message showing repeatedly as mismatch detected on Oracle executable.
WARNING: Oracle executable binary mismatch detected.
Binary of new process does not match binary which started instance
issue alter system set "_disable_image_check" = true to disable these messages
Fri Nov 26 13:46:00 2021
To implement the solution, please use one of the following solutions
Solution 1. alter system set "_disable_image_check" =true;
Solution 2. shutdown and start your instances issue will be resolved.
The alert log clearly says that there is a mismatch between the binary that started the instance and the binary that was used to attach to the instance when the error happened.
If the issue still persists even after applying above action plan, then it would be a good idea to relink Oracle binaries by referring below document-
You may re-link oracle binary using reference Doc ID 1467060.1.
Shutdown all software running out of that oracle home and execute re-link all.
$ORACLE_HOME/bin/relink all

