Release Information

Introduction

Getting Started

Delphix Engine System Administration

Virtual Database Management with the Delphix Engine

Data Backup and Recovery

Delphix Modernization Engine

Delphix Masking

Virtualizing Unstructured Files in the Delphix Engine

Virtualizing Oracle E-Business Suite in the Delphix Engine

JetStream

Mission Control

Delphix Express User Guide

Reference


Documentation for Previous Versions of the Delphix Engine

Delphix Server 3.0 Documentation
Delphix Server 3.1 Documentation
Delphix Engine 3.2 Documentation
Delphix Engine 4.0 Documentation
Delphix Engine 4.1 Documentation
Delphix Engine 4.2 Documentation
Delphix Engine 4.3 Documentation

Skip to end of metadata
Go to start of metadata

This topic describes moving a VDB from one environment or installation to another.

VDBs can be moved (or migrated) between hosts by changing the source repository associated with the VDB source config. This operation is currently only available via the CLI.

Restrictions

The following restrictions apply when migrating a VDB between repositories:

  • When migrating a RAC VDB, the host of each OracleRACInstance must be updated as well.
  • The mount point of the VDB source cannot be changed.
  • The database_unique_name and db_name cannot be changed.
  • The new environment and repository must be a compatible target environment.

Procedure

 

  1. Select the source associated with the VDB. By default, sources are named the same as the VDB.

    delphix> source "vexample"
  2. Disable the source by running the disablecommand and committing the operation.

    delphix source "vexample"> disable
    delphix source "vexample" disable *> commit
        Dispatched job JOB-171
        SOURCE_DISABLE job started for "vexample".
        Starting disable of virtual database.
        Unexporting storage.
        Virtual database disable successful.
        SOURCE_DISABLE job for "vexample" completed successfully. 
    delphix source "vexample"> 
  3. Select the source config associated with the source. By default this is also the same name as the VDB.

    delphix source "vexample"> get config
        vexample
    delphix source "vexample"> /sourceconfig "vexample"
    delphix sourceconfig "vexample">
  4. Update the repository and repository user associated with the source config.

    delphix sourceconfig "vexample"> update
    delphix sourceconfig "vexample" update *> set repository=192.168.100.247/'/opt/oracle/product/10.2.0.4/db_1'
    delphix sourceconfig "vexample" update *> set environmentUser=192.168.100.247/ora1024
    delphix sourceconfig "vexample" update *> commit
    delphix sourceconfig "vexample">
  5. Enable the source.

    delphix sourceconfig "vexample"> /source "vexample" enable
    delphix source "vexample" enable *> commit
        Dispatched job JOB-173
        SOURCE_ENABLE job started for "vexample".
        Starting enable of virtual database.
        Exporting storage.
        Virtual database enable successful.
        SOURCE_ENABLE job for "vexample" completed successfully.
    delphix sorceconfig "vexample">