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 how to use the command line interface to trigger an immediate execution of a replication spec in the Delphix Engine.

Procedure

  1. Switch to the replication spec context and list the specs on the system.

    delphix> cd replication/spec
    delphix replication spec> ls
    Objects
    REFERENCE           TARGETHOST               
    REPLICATION_SPEC-1  exampleHost.mycompany.com
    
    Operations
    create
    
  2. Select the replication spec to execute.

    delphix replication spec> select REPLICATION_SPEC-1
    delphix replication spec "exampleHost.mycompany.com">
  3. Execute the spec.

    delphix replication spec "exampleHost.mycompany.com"> execute
    delphix replication spec "exampleHost.mycompany.com" execute *> commit
        Dispatched job JOB-7
        REPLICATION_SEND job started.
        Connecting to target "exampleHost.mycompany.com".
        Preparing replication update.
        Starting incremental replication update.
        Sending metadata.
        Sending data for "Untitled".
        Sending data for "Untitled/redsox1".
        Transfer completed in 0:00:01, sent 1.39MB (1.39MB/s).
        Committing serialization state.
        REPLICATION_SEND job completed successfully.