Copying Two Databases With Fallback - Teradata Tools and Utilities

Teradata® Archive/Recovery Utility Reference

Product
Teradata Tools and Utilities
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-06-05
dita:mapPath
fac1527114221922.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2412
Product Category
Teradata Tools and Utilities

Here, two databases are copied that have different fallback attributes:

COPY DATA TABLE (Personnel)
   (FROM (OldPersonnel), NO FALLBACK)
   ,(Finance) (NO JOURNAL)
   ,FILE = ARCHIVE;

In the example:

  • The database named Personnel is restored from an archived database named OldPersonnel with all tables defined as nonfallback after the copy operation.
  • The database named Finance is restored from an archived database also named Finance with all journaling associated with its data tables disabled.