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 delete a replication spec.

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 remove.

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

    delphix replication spec "exampleHost.mycompany.com"> delete
    delphix replication spec "exampleHost.mycompany.com" delete *> commit