Oracle 21c — AutoUpgrade Enhancements for RAC

 One of the improvements of the AutoUpgrade tool in version 21c is the automation of certain steps involved in upgrading a RAC database.

In versions prior to Oracle 21c, the following steps had to be performed manually to upgrade a RAC database:

  1. Set the CLUSTER_DATABASE parameter to FALSE.
  2. Stop all instances in the cluster.
  3. Start one of the instances to begin the upgrade process.
  4. Reset the CLUSTER_DATABASE parameter to TRUE after the upgrade is complete.
  5. Start all instances.
  6. Register the new version in the cluster.

In version 21c, these steps are automatically handled by the AutoUpgrade tool (this feature was later backported to Oracle version 19.8 and above as well).

The method for upgrading a database to version 21c using the AutoUpgrade tool has already been explained previously, so we will not repeat it here. We will only emphasize that before starting the upgrade process, all instances must be in the open state.

Zoom image will be displayed

Below is an example log entry from this upgrade process:

2022-02-05 09:59:40.024 INFO Updating parameter *.cluster_database=’true’ to *.cluster_database=’FALSE’ in /home/oracle/AutoUP_TO_21c/inst1/temp/during_upgrade_pfile_inst1.ora
Zoom image will be displayed

Comments

Popular posts from this blog

Oracle 23ai — Speed up IMPDP Using NOVALIDATE Constraints

Staging Tables in Oracle 23ai

Boolean Data Type in Oracle ِDatabase 23ai