Symantec logo
Adding Oracle 10g R1 or R2 patches

Use the following procedures to add Oracle 10g R1 or R2 patches to your node if you have installed Oracle, but have not yet configured Oracle in your cluster. To install Oracle 10g patch software, you must have installed Oracle 10g software.

Applying Oracle 10.1.0.5 Patchset

Applying Oracle 10.1.0.5 patchset involves the following tasks:

 To install 10.1.0.5 CRS

  1. Stop Oracle instances on all systems in the cluster.
  2. Stop CRS on all system in the cluster.
  3. Log in as root and change permissions for $CRS_HOME.

    #chown -R oracle:oinstall /app/crshome

  4. Refer to Oracle 10.1.0.5 Patch note and apply the patch to CRS binaries.
  5. Near the end of the CRS patch installation, OUI will prompt you to invoke root10105.sh on all systems in the cluster. Log in as root user on each system in the cluster and run the following commands:
  6. Now invoke the script, root10105.sh. This script copies everything from under $CRS_HOME/install/patch10105 directory to their corresponding location under $CRS_HOME. It then starts the CRS daemons. You must run this script on each system in the cluster (in the same order as specified by Oracle installer).

    #cd $CRS_HOME/install

    #./root10105.sh

  7. Verify that CRS daemons are up on systems in the cluster. The command, crs_stat, should list all the CRS resources.

    # $CRS_HOME/bin/crs_stat -t

 To install 10.1.0.5 Oracle database Software

  1. Refer to Oracle 10.1.0.5 Patch note and apply the patch to Oracle binaries.
  2. Run root.sh script at the end of the patch installation as instructed by Oracle.
  3. Relink the Oracle libraries.

    See Relinking the SF Oracle RAC libraries to Oracle

Applying Oracle 10.2.0.2 Patchset

Applying Oracle 10.2.0.2 patchset involves the following tasks:

 To install 10.2.0.2 CRS

  1. Stop Oracle instances on all systems in the cluster.
  2. Stop CRS on all system in the cluster.
  3. Log in as root and change permissions for $CRS_HOME.

    #chown -R oracle:oinstall /app/crshome

  4. Refer to Oracle 10.2.0.2 Patch note and apply the patch to CRS binaries.
  5. Near the end of the CRS patch installation, OUI will prompt you to invoke root102.sh on all systems in the cluster. Log in as root user on each system in the cluster and run the following commands:
  6. Now invoke the script, root102.sh. This script copies everything from under $CRS_HOME/install/patch102 directory to their corresponding location under $CRS_HOME. It then starts the CRS daemons. You must run this script on each system in the cluster (in the same order as specified by Oracle installer).

    #cd $CRS_HOME/install

    #./root102.sh

  7. Verify that CRS daemons are up on systems in the cluster. The command, crs_stat, should list all the CRS resources.

    # $CRS_HOME/bin/crs_stat -t

 To install 10.2.0.2 Oracle database Software

  1. Make sure CRS is running on all the nodes.
  2. Refer to Oracle 10.2.0.2 Patch note and apply the patch to Oracle binaries.
  3. Run root.sh script at the end of the patch installation as instructed by Oracle.
  4. Relink the Oracle libraries.

    See Relinking the SF Oracle RAC libraries to Oracle