You can select and define job options for backup, restore, and analyze jobs by specifying the values for the options in the XML file containing the job definition.
Important: The XML files in the sample library and the files produced by the BAR Operations portlet have the XML in a specific order. For the jobs to run correctly, do not change the order of the XML within the files.
Job Option | Description | Job Type |
---|---|---|
online | Determines the type of backup to perform.
|
Backup |
nosync | Determines where synchronization is done for the job. Only available for online backup jobs.
|
Backup |
data_phase | Determines the type of backup to perform.
|
Backup |
enable_backup_for_IR | Establishes that this backup is available for incremental restore.
|
Backup |
single_object_locking | Determines when the locking of individual tables occurs during backup.
|
Backup |
enable_temperature_override | Optional setting that pertains to restore jobs only.
|
Restore |
temperature_override | Determines the temperature at which data is restored.
|
Restore |
block_level_compression | Defines data compression used.
|
Restore |
disable_fallback | Fallback protection means that a copy of every table row is maintained on a different AMP in the configuration. Fallback-protected tables are always fully accessible and are automatically recovered by the system. [Teradata Database 16.20 Update 1 and later] Always true. Changes are ignored. [Prior versions Teradata Database] Default is false. Must be entered in lowercase letters.
The disable_fallback option only takes effect when the run_as_copy value is true.
|
Restore |
query_band | Allows tagging of sessions or transactions with a set of user-defined name-value pairs to identify where a query originated. These identifiers are in addition to the current set of session identification fields, such as user ID, account string, client ID, and application name.
Valid query band values are defined on the database.
|
|
dsmain_logging_level | Determines the types of messages that the database job logs.
|
|
skip_joinhash_index | Determines whether join and hash indexes are skipped or excluded from a backup job.
Note the following for restore jobs:
|
|
reblock | Determines level of inserts, either row or block level. This option is valid only for the same configuration restore. Different configuration restore always use row level inserts.
|
Restore |
run_as_copy | Allows restore to run as a copy.
|
Restore |
skip_archive | [Optional] true or false. Skip archive during backup or restore job in case of error in access rights. Supported in Analytics Database 16.20 and later / Teradata Database 15.10.01 and later. |
|
skip_stats | [Optional] true or false. Skips collecting statistics during a backup job. Skips restoring stats during a restore job. Supported in Analytics Database 16.20 and later / Teradata Database 16.0 and later. |
|
config_map_name | [Optional] Maximum of 128 characters. Hash map name to restore to. When applied to the DATABASE/USER level, only objects under DATABASE/USER and object type of TABLE, NO PI TABLE, or QUEUE TABLE are applied with the new map. If you have defined map_to, rename_to, or config_map_name for table level objects, this affects the results of a database level restore job definition.
|
Restore |
track_empty_tables | [Optional] true or false. Tracks empty tables during a backup job. Supported in Analytics Database 16.20 and later / Teradata Database 16.0 and later. |
Backup |
concurrent_bld_per_tbl | [Optional] Range is 1 to 5. Number of index and fallback subtables that can be built concurrently per table during restore. Supported in Analytics Database 16.20 and later / Teradata Database 16.0 and later. |
Restore |
map_to | [Optional] Map one database to a new database or map a table level object under multiple databases to a new database. Applies to all objects in the restore job. Supported in Analytics Database 16.20 and later / Teradata Database 16.0 and later If you have defined map_to, rename_to, or config_map_name for table level objects, this affects the results of a database level restore job definition.
|
Restore |
rename_to | [Optional] Maximum of 128 characters. Rename a table to this name. If you have defined map_to, rename_to, or config_map_name for table level objects, this affects the results of a database level restore job definition.
|
Restore |
stream_softlimit | [Optional] Range is 1-max soft limit of the stream soft limit, where max is the number of AMPs per node in the system. Overrides the system level stream soft limit. |
|
include_DBC_data | Establishes that this backup/restore is available for incremental restore with DBC.
|
Backup, Restore |