What you need in order to be able to apply bugfix patches
After installing the latest version or update patch, new patch sets may be released that do not increase the version number. They are, so to speak, bugfixes.If you have access to My Oracle Support or when you otherwise have a - trustworthy! - bugfix patch set at your disposal via something or someone, you can apply it to your current APEX installation.
Often the process is broadly the same as it is in case of a version update. Place the zip file in the shared folder on the host.
To avoid any conversion issues between the Windows host and the Linux guest, extract the file on the Linux guest. Create a new subdirectory in /home/oracle called "INSTALL" and copy the file from ./HOST into it. Then you can unpack it there.
Each patch directory contains a file README.txt - ALWAYS READ THIS. It states which version (4.2.2.00.11) the patch is suitable for. Which bugs are fixed by this patch. And it contains an installation manual.
Installation scenarios
Roughly speaking, there are two installation scenarios: either you should copy some files, or you have to run a sql script.Often it's stated that all databases and application servers must stop, and then only the database must be started again.
In the Developer-Day VM that usually comes down to just stopping the APEX listener, performing the installation actions and then restart the listener again.
Everything you need in order to be able to perform these kind of installations, can be found in the earlier post about upgrading the APEX installation to a new version.
Determine installed bugfix patches
The only problem is that from within the APEX environment, you can not determine which patches are currently installed or not (not as far as I know ...)I 'solved' this, by defining a login message for the APEX instance (via INTERNAL ADMIN under Manage Instance > Message Log) using the info from the README-files:










