DICTIONARY DELETE - Teradata Unity

Teradata Unity User Guide

Product
Teradata Unity
Release Number
16.10
Published
January 2018
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
anz1496162519675.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Deletes the specified Data Dictionary from the Unity repository.

Syntax

DICTIONARY DELETE dictionaryname[, dictionaryname, ...];

Parameters

dictionaryname
Name of a Unity Data Dictionary that exists in the Unity repository.

Usage Considerations

The DICTIONARY DELETE command specifies one or more dictionaries to be deleted from the managed Unity Data Dictionary, also called the Deployed Dictionary. The command fails if the specified dictionaries do not exist in the managed Unity Data Dictionary.

Objects selected in the specified dictionaries are marked as "not selected" in a Unity Data Dictionary. This command does not remove objects from the managed Unity Data Dictionary. It only deletes the dictionary association. Unity retains the underlying objects.

Examples

unityadmin>  DICTIONARY DELETE Dictionary1; 
Command completed successfully