Oracle8i Parallel Server Getting Started
Release 8.1.5 for Windows NT
A68813-01

Library

Product

Contents

Index

PrevNext

2
Migrating or Upgrading to Release 8.1

This chapter details the required steps for migrating or upgrading to Release 8.1. Specific topics include:

Migrating or Upgrading to Release 8.1

If the Oracle Universal Installer detects an earlier version of an Oracle database on your hard drive, you will BE prompted to migrate or upgrade the database to release 8.1. Do not click the Migrate an Existing Database check box, as the Oracle Data Migration Assistant does not support Oracle Parallel Server. Instead, use the Migration utility to migrate or upgrade after installation, as described in the Oracle8i Migration guide.

In addition to the procedures in the Oracle8i Migration guide, perform these tasks

Additional Migration Steps

This section covers the following Windows NT-specific instructions for Oracle Parallel Server migrations.

Pre-Installation Steps

Prior to installing the release 8.1 Oracle8i Enterprise Edition software, as described in "Install the Release 8.1 Oracle Software" in Chapter 3, "Migrating Using the Migration Utility" of the Oracle8i Migration guide, the following must be performed:

To ready the cluster for the Oracle8i Enterprise Edition software, perform the following steps on each node in the cluster:

  1. Shut down the Oracle7 database cleanly using the SHUTDOWN NORMAL or SHUTDOWN IMMEDIATE command; do not use SHUTDOWN ABORT. The Oracle7 source database must be shut down cleanly; therefore, no redo information or uncommitted transactions can remain.
  2. SHUTDOWN IMMEDIATE
    
  3. Ensure all Oracle7 services are shut down, including the OraclePGMSService service:
    1. Double-click the Services icon in the Control Panel window.
    2. The Services dialog box appears.
    3. Select an Oracle service.
    4. Click Stop to stop a service.

    5.  

       

  4. Change the OraclePGMSService service to Manual startup:
    1. Double-click the OraclePGMSService service.
    2. The Service dialog box appears.
    3. Click Manual in the Startup Type group box.
    4. Click OK to dismiss the Service dialog box.
    5. Click Close in the Services dialog box.

    6.  

       

  5. Shut down the version 7 OSD layer, as described in your vendor documentation.
  6. Rename the OSD key under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE to OSD73 using the Save Subtree As option under the File menu.
  7. OSD73 will act as a temporary storage for the version 7 OSD layer, which will be used later in migration process.
  8. Install the version 8.1 OSD layer, being sure not to overwrite the version 7 OSD files. See your vendor documentation for further information.
  9. Start the version 8.1 OSD layer, as described in your vendor documentation.

  10.  

     
     
     

Post-Installation Steps

After installing the release 8.1 software, as described in "Install the Release 8.1 Oracle Software" in Chapter 3, "Migrating Using the Migration Utility" of the Oracle8i Migration guide, the following must be performed:

To ready the cluster for the Oracle7 migration process, perform the following steps:

  1. Shut down the release 8.1 OSD layer on each node in the cluster, as described in your vendor documentation.
  2. Perform the following steps on the node from which you intend to run the Migration Utility:
    1. a. Rename the OSD key under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE to OSD81 using the Save Subtree As option under the File menu.
      OSD81 will act as a temporary storage for the release 8.1 OSD layer while the Oracle7 database is being migrated.
      b. Rename the OSD73 key under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE to OSD using the Save Subtree As option under the File menu.
      c. Start the version 7 OSD layer, as described in your vendor documentation.
      d. Start the OraclePGMSService and the OracleServiceSID services:

        1. Double-click the Services icon in the Control Panel window. The Services dialog box appears.

        2. Select an Oracle service.

        3. Click Start.

        4. Click Close to dismiss Services dialog box.

      e. Set the Oracle home path to the Oracle7 Oracle home path with a tool such as the Oracle Home Selector:

        1. Choose Start > Programs > Oracle Installation Products > Oracle Home Selector.

        2. Select the Oracle7 home from the drop-down list.

Post Oracle7 Migration Steps

After running the Migration utility in Oracle7 environment, as described in "Migration Steps in the Oracle7 Environment" in Chapter 3, "Migrating Using the Migration Utility" of the Oracle8i Migration guide, the following must be performed:

To ready the cluster for the Oracle8i migration process, perform the following steps:

  1. Perform the following steps on the node from which you ran the Migration Utility:
    1. a. Stop the OraclePGMSService and the OracleServiceSID services:

        1. Double-click the Services icon in the Control Panel window. The Services dialog box appears.

        2. Select an Oracle service.

        3. Click Stop.

        4. Click Close to dismiss Services dialog box.

      b. Stop the version 7 OSD layer, as described in your vendor documentation.
      c. Rename the OSD key under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE to OSD73 using the Save Subtree As option under the File menu.

      This effectively disables the version 7 OSD layer.
      d. Rename the OSD81 key under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE to OSD using the Save Subtree As option under the File menu.

      This enables the release 8.1 OSD layer.
      e. Set the Oracle home path to the Oracle8i Oracle home path with a tool such as the Oracle Home Selector:

        1. Choose Start > Programs > Oracle Installation Products > Oracle Home Selector.

        2. Select the Oracle8i home from the drop-down list.

  2. Perform the following on each node in the cluster:
    1. Delete the Oracle7 OracleServiceSID service. From the Oracle7 Oracle home command line, enter:
    2. C:> CD ORACLE7_HOME/BIN
      ORADIM73 -DELETE - SID SID
      
    3. Create an Oracle8i OracleServiceSID service for each instance
    4. C:> ORADIM -NEW -SID SID -INTPWD INTERNAL_PWD

Oracle8i Migration Steps

Prior to starting the database, as described in "Migration Steps in the Oracle8i Environment" in Chapter 3, "Migrating Using the Migration Utility" of the Oracle8i Migration guide, set the PARALLEL_SERVER parameter to FALSE in the INITSID.ORA file. This only needs to be set on the node from which you ran the Migration Utility. Setting this parameter to FALSE ensures the database will be started in exclusive node, which is required to run the Oracle8i migration scripts.

After the migration is complete, set the PARALLEL_SERVER parameter back to TRUE.

Additional Upgrade Steps

This section covers the following Windows NT-specific instructions for Oracle Parallel Server upgrades.

Pre-Installation Steps

Prior to installing the release 8.1 Oracle8i Enterprise Edition software, as described in "Upgrade the Database Manually" in Chapter 7, "Upgrading to the New Oracle8i Release" of the Oracle8i Migration guide, the following must be performed:

To ready the cluster for the Oracle8i Enterprise Edition software, perform the following steps on each node in the cluster:

  1. Shut down the Oracle7 database cleanly using the SHUTDOWN NORMAL or SHUTDOWN IMMEDIATE command; do not use SHUTDOWN ABORT. The Oracle7 source database must be shut down cleanly; therefore, no redo information or uncommitted transactions can remain.
  2. SHUTDOWN IMMEDIATE
    
  3. Ensure all Oracle7 services are shut down, including the OraclePGMSService service:
    1. Double-click the Services icon in the Control Panel window.

    2. The Services dialog box appears.
    3. Select an Oracle service.
    4. Click Stop to stop the service.

    5.  
  4. Disable the OraclePGMSService service:
    1. Double-click the OraclePGMSService service.
    2. The Service dialog box appears.
    3. Click Disabled in the Startup Type group box.
    4. Click OK to dismiss the Service dialog box.
    5. Click Close in the Services dialog box.

    6.  
  5. Shut down the version 7 OSD layer, as described in your vendor documentation.
  6. Delete the Oracle7 OracleServiceSID service. From the Oracle7 Oracle home command line, enter:
  7. C:> CD ORACLE7_HOME/BIN
    ORADIM73 -DELETE - SID SID
    
  8. Backup the database raw partitions.
  9. Install the version 8.1 OSD layer, as described in your vendor documentation.
  10. Start the version 8.1 OSD layer, as described in your vendor documentation.

  11.  

     
     
     

Post-Installation Steps

Prior to starting database and running the upgrade scripts, as described in "Upgrade the Database Manually" in Chapter 7, "Upgrading to the New Oracle8i Release" of the Oracle8i Migration guide, the following must be performed:

To ready the cluster for the Oracle8i upgrade process, perform the following steps:

  1. Continue to use the logical partition links used for release 8.0. There should not be a need to modify the *.TBL file or re-rerun the SETLINKS utility.
  2. Create an Oracle8i OracleServiceSID service for each instance in the cluster:
  3. C:> ORADIM -NEW -SID SID -INTPWD INTERNAL_PWD
    
  4. On the node from which you intend to run the upgrade scripts, set the PARALLEL_SERVER parameter to FALSE in the INITSID.ORA file. Setting this parameter to FALSE ensures the database will be started in exclusive node, which is required to run the Oracle8i upgrade scripts.

  5. After the migration is complete, set the PARALLEL_SERVER parameter back to TRUE

Coexistence and Rolling Upgrades

Coexistence of different versions of the Oracle Parallel Server database is not supported

Rolling upgrades--where different databases, or different instances of the same database in Oracle Parallel Server, are upgraded to a new version of Oracle one at a time--are not supported.

Multiple Oracle Homes

The Oracle Parallel Server Option on Windows NT supports multiple Oracle homes, but all the Oracle homes must contain the same release of the Oracle8i Enterprise Edition and the Oracle Parallel Server Option.

Windows NT requires that each node have only one copy of the vendor-supplied Operating System Dependent layer active.


Prev Next
Oracle
Copyright © 1999 Oracle Corporation.
All Rights Reserved.
Library Product Contents Index