Copying Permanent Journals - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
rdo1467305237457.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem
Although Teradata ARC does not automatically copy the journal table in the database when copying an entire database, you can specify journal data to be copied to the target.

Although journal data for source tables is copied to the target, the entire journal is not copied. The permanent journal must exist on the target before job creation. Data Mover does not create the permanent journal on the target.

An error occurs during job creation if one or more tables that use the journal are not copied.

  1. Create a journals section and add the selection="included" attribute to a journal element.
  2. Specify the names of the journal and the journal database.
In the following example, journal data from the MyJournal table is copied from the west1000 journal database to the target.
<journals>
	<journal selection="included">
		<journal_database>west1000</journal_database>
		<name>MyJournal</name>
	</journal>
</journal>