Dictionary Archive - TARA/ABU

Teradata Archive/Recovery Utility Reference

Product
TARA/ABU
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
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;