Overview of Maintenance
Oracle performs the maintenance of the DB system that starts within two hours of the weekly Maintenance window start time that you define for the DB system. The maintenance is performed only when needed instead of weekly.
- Updating the database with security and critical fixes (within the same version).
- Patching the underlying operating system.
- Updating the firmware of the hardware and virtual machine hypervisor.
The maintenance process will NOT upgrade the database version unless the existing version has become unavailable. You have to manually upgrade the version of the MySQL server, such as from version 8.0.38 to 8.0.39. See Manually Upgrading a DB System.
However, for an Always Free DB system, the maintenance process will always upgrade the database version to the highest version available.
UPDATING
and the DB system is unavailable for a short time. During this time, HeatWave Service does not monitor the metrics.
The maintenance cannot start if a conflicting operation such as an automatic backup is currently running. It has to wait until the conflicting operation completes. If the conflicting operation does not complete within two hours of the maintenance window start time, the maintenance will be skipped and it will try again in the next maintenance window.
After the maintenance is complete, the DB system is returned to the
pre-maintenance state. If the DB system is in the INACTIVE
state when
the maintenance starts, it is returned to the INACTIVE
state after the
maintenance completes.
For a DB system with HeatWave cluster, the maintenance process automatically recovers or reloads the HeatWave cluster data. See HeatWave Cluster Data Recovery.
Related Topics