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

Prerequisites:

  • Know the container you want to delete
  • Have delphix_admin privileges

 

Procedure:

  1. Log into Delphix Engine as delphix_admin 

    ssh delphix@<yourengine>
  2. Navigate to the JetStream container that you want to delete 

    delphix > jetstream container
    delphix jetstream container > ls
    delphix jetstream container > select CONTAINER_X
    delphix jetstream container 'CONTAINER_X' >
  3. Delete container, note you need to set if you want to delete the VDBs in the container (false will preserve the VDBs and true the VDBs will be deleted along with the container) 

    delphix jetstream container 'CONTAINER_X' > delete
    delphix jetstream container 'CONTAINER_X'delete *> set deleteDataSources=<true/false>
    delphix jetstream container 'CONTAINER_X'delete *> commit

 

  • No labels