DICTIONARY EXPORT Command | bcmadmin | Teradata Business Continuity Manager - DICTIONARY EXPORT - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide

Product
Teradata Business Continuity Manager
Release Number
1.0
Published
January 2022
Language
English (United States)
Last Update
2022-01-27
dita:mapPath
otc1639627713801.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
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 Business Continuity Manager 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

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