DICTIONARY EXPORT Command | unityadmin | Teradata Unity - DICTIONARY EXPORT - Continuous Availability - Teradata Unity

Teradata® Unity™ User Guide

Product
Continuous Availability
Teradata Unity
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2020-09-15
dita:mapPath
fmz1594836948704.ditamap
dita:ditavalPath
qqk1595871525984.ditaval
dita:id
B035-2520
Product Category
Analytical Ecosystem

Purpose

Exports the catalog to a directory based on database or object criteria.

Syntax

DICTIONARY EXPORT { [DATABASES <databasename>] | [OBJECTS <objectname> | id: objecteid]}TO <exportpath> ;

Parameters

databasename | objectname
Name of one or multiple databases or specific database objects to export.
exportpath
Name of the file path to which Unity exports the specified object information.

Usage Considerations

Use a comma to separate multiple database names or object names in a list. You must specify the directory location where you want the exported dictionary to be stored.

Example

unityadmin>  DICTIONARY EXPORT DATABASES db0, db1 TO /exported_dictionaries;