Prerequisites

    • Make a backup of the spfile for the older version of Oracle.

    • Follow Oracle documentation to upgrade the VDBs database on the target server.

    • Re-create the spfile using the new init.ora parameters as recommended by Oracle for the upgrade.

    • Prior to applying to a VDB, take a snapshot of the VDB just in case something goes wrong and you want to back it out. 

During an Oracle upgrade, refreshing an Environment will generally discover new Oracle installations, allowing for a virtual database (VDB) or dSource upgrade to be handled through the UI. However, if the Oracle Grid home was changed, due to an Oracle upgrade, the crsClusterHome parameter will need to be updated manually through the command line (CLI).

Limitations

Currently, it is not possible to upgrade a database and move it to a pluggable database.

Procedure

Normally a PSU or Oracle upgrade will have both binary changes and some scripts to run on the database side as well.

There are 3 ways to apply a PSU/Oracle upgrade:

A) Apply to existing ORACLE_HOME. You must be on Delphix version 4.1.x or higher to do this.

B) Create a new ORACLE_HOME (could clone the existing one) and then apply the PSU to the new ORACLE_HOME

C) After a dSource is upgraded, use refresh on the Timeflow tab to upgrade the VDB

Follow Oracle documentation and run the appropriate script(s) and/or steps on the databases using those ORACLE_HOMEs. In option B, stop the instance using the old ORACLE_HOME, then restart the instance with the new ORACLE_HOME from the command line as normal.

Applying to an existing ORACLE_HOME

  1. Following Oracle documentation, patch the ORACLE_HOME, then the database for the VDB(s).
  2. Refresh the environment the VDBs are on in the Delphix Management application.

Creating a new ORACLE_HOME

  1. Refresh the environment from the Delphix Management application. Verify that the new ORACLE_HOME is picked up and displayed in the Databases tab as an ORACLE Installation.
  2. Stop the VDB instance (old ORACLE_HOME) using Oracle tools. Do not use the Delphix VDB stop operation as the VDB should be stopped outside of Delphix.
  3. Export ORACLE_HOME=(newORACLE_HOME). Follow Oracle documentation to patch the database.
  4. Copy the init.ora for that VDB in this new $ORACLE_HOME/dbs directory. The delphix_os user will need write permissions to this directory.
  5. If there are any database parameter changes, update the spfile located on the Delphix mount base with those values.
  6. Navigate to the Datasets view
  7. Expand the group(s) containing all non-multitenant and multitenant VDBs.
  8. Click the Configuration tab. 
  9. From the Actions menu (...) select Upgrade to switch the ORACLE_INSTALLATION to the new one.
  10. Go to the vPDB and verify that the Repository and/or Version has been updated under the configuration tab.

Using Refresh

  1.  Refresh the environment from the Delphix Management application.
  2. Verify that the new ORACLE_HOME is picked up and displayed in the Databases tab of the  Environments screen as an ORACLE Installation.
  3. On the VDB Configuration tab, click the stop icon to stop the VDB.
  4. From the Actions menu (...) select upgrade to switch the ORACLE_INSTALLATION to the new upgrade version same as the dSource.   
  5. Navigate to the Datasets view, select the VDB, and then select the Timeflow tab.
  6. Click the Refresh button.
  7. Select a new snapshot from the dSource that was taken after the dSource was upgraded. (The database version is on the snapshot card.) 


Updating the Oracle User after an Upgrade

There may be cases when you upgrade the Oracle home and the Oracle User (who owns the binary) is a different user than the previous Oracle User. You will then need to update the Oracle User for each environment, and then re-connect each VDB to the upgraded Oracle home using the new Oracle User.

The new Oracle User must be in the same OS group (for example, dba or oinstall) as the previous one.

  1. Login to the Delphix Management application using delphix_admin credentials.
  2. Click Manage.
  3. Select Environments.
  4. Select the environment where you want to add the user.
  5. Next to Environment Users, click the Pencil icon to add the new user.
  6. Set the new user as the default user.
  7. Follow the procedure to upgrade VDBs described in this topic.

Related Links