Dictionary Export | Commands | Teradata Unity - DICTIONARY EXPORT - Teradata Unity

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.50
Published
January 2020
Language
English (United States)
Last Update
2020-02-04
dita:mapPath
frp1571162435023.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
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;