Dictionary Archive - TARA/ABU

Teradata Archive/Recovery Utility Reference

Product
TARA/ABU
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-01
dita:mapPath
utr1488824663491.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2412
lifecycle
previous
Product Category
Teradata Tools and Utilities

A dictionary only archive just archives the Teradata Database dictionary rows that are needed to define a database or table. No table data is archived. When using the multi-stream feature, a dictionary archive must be run as a single-stream job.

Examples

LOGON USER,PASSWORD;
ARCHIVE DICTIONARY TABLES (USERDB), FILE=DBDICT;
LOGOFF;

LOGON USER,PASSWORD;
ARCHIVE DICTIONARY TABLES (USERDB.USERTB), FILE=TBDICT;
LOGOFF;