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

Teradata® Business Continuity Manager User Guide - 2.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
2.00
Published
August 2024
ft:locale
en-US
ft:lastEdition
2025-01-31
dita:mapPath
sko1694443904278.ditamap
dita:ditavalPath
ft:empty
dita:id
otc1639627713801
lifecycle
latest
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;