You must stop all processes in an Oracle Real Application Clusters (Oracle RAC) database, in preparation for adding additional products to an existing database, or in preparation for patch updates.
See Also:
Oracle Database Upgrade Guide for information about how to prepare for upgrading an existing databaseMake a backup of the Oracle software installation before modifying the installed software.
See Also:
Oracle Database Upgrade Guide for information about creating a backup strategy
Oracle Database Backup and Recovery User’s Guide for information about backing a database using RMAN
Oracle Database Platform Guide for Microsoft Windows for information about backing up a database using VSS
You can use Oracle Enterprise Manager or the Server Control (SRVCTL) utility to shut down the Oracle RAC databases and their instances.
See Also:
Oracle Database Administrator's Guide for more information about Oracle Restart
"Determine If Any Patches Are Required For Your New Software" for more information about patches and patch sets
Stop all listener and other processes running in the Oracle home directories where you want to modify the database software.
Note:
Before you can shut down Oracle ASM instances, Oracle Clusterware, or Oracle Restart, you must first shut down all database instances that use them.There are several tasks that must be completed before adding additional products to Oracle Database 12c Release 1 (12.1).
Note:
You must perform these steps in the order listed.See Also:
Oracle Database Administrator's Guide for information about configuring blackouts with Oracle Enterprise Manager
"Determine If Any Patches Are Required For Your New Software"
If you are updating the Oracle Clusterware or Oracle ASM software, then you must first stop all Oracle RAC database instances and all Oracle database instances that use Oracle ASM for storage. After stopping the database instances, shut down the Oracle ASM instances and Oracle Clusterware.
Note:
You must perform these steps in the order listed.Review the contents in this section to validate that your Oracle RAC cluster is ready for upgrades.
node1
and node2
using cluvfy
.Use the Cluster Verification Utility (CVU) to check the readiness of your Oracle RAC installation for upgrades.
Purpose
Running cluvfy
with the -pre dbinst
and -upgrade
options performs system checks to confirm if the cluster is in a correct state for upgrading from an existing Oracle RAC installation.
Command Syntax
cluvfy stage -pre dbinst -upgrade -src_dbhome src_RAChome [-dbname db_names_list] -dest_dbhome dest_RAChome -dest_version dest_version [-dest_serviceuser username [-dest_servicepasswd]][-verbose]
Command Options
Table C-1 Command Options for CLUVFY Pre-upgrade Check
Command Option | Description |
---|---|
-src_dbhome src_RAChome |
The ___location of the source Oracle RAC home that you are upgrading, where src_RAChome is the path to the home that you want to upgrade. |
-dbname db_names_list |
Optional: List of unique names of the databases being upgraded. |
-dest_dbhome dest_RAChome |
The ___location of the upgraded Oracle RAC home, where dest_RAChome is the path to the Oracle RAC home. |
-dest_version dest_version |
Use the dest_version option to indicate the release number of the upgrade, including any patchset. The release number must include the five digits designating the release to the level of the platform-specific patch, for example: 12.1.0.1.0.
See Oracle Database Administrator’s Guide for information about release number format. |
-dest_serviceuser username |
Optional: The Oracle Home user for the destination Oracle home. |
-dest_servicepasswd |
Optional: Prompt for the Oracle Home user password |
-verbose |
Use the -verbose option to produce detailed output of individual checks. |
You can verify that the permissions required for installing Oracle RAC have been configured on the nodes node1
and node2
using cluvfy
.
C:\..bin> cluvfy stage -pre dbinst -upgrade -src_dbhome C:\app\oracle\product\11.2.0\dbhome_1 -dest_dbhome C:\app\oracle\product\12.1.0\dbhome_1 -dest_version 12.1.0.0.0 -verbose