build_restore_objects | Teradata DSA Commands - build_restore_objects - BAR - Data Stream Architecture

Teradata® DSA User Guide

Product
BAR
Data Stream Architecture
Release Number
17.05
Published
September 2020
Language
English (United States)
Last Update
2021-04-02
dita:mapPath
ihc1599061140065.ditamap
dita:ditavalPath
vwp1576617377804.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities

Purpose

The build_restore_objects command enables read and write on all the objects in the restore job without running the restore and / or builds the secondary indexes of the object.

Syntax

build_restore_objects -n|name Name -b|build_si -a|allow_write -l|logging_level Level -t|time_out

Example

build_restore_objects -n job1 -b -a -l Error -t 2000

Parameters

n|name Name
The name of the job you want to either build secondary indexes for or make read-write.
b|build_si
Build secondary indexes of the objects. Required if -a is not specified.
a|allow_write
Enable read/write on the objects. Required if -b is not specified.
l|logging_level level
[Optional] Error, Info, Debug, Warning
Example:  Info
t|time_out
[Optional] Time out value in minutes. Ends the current request as Failed, allowing a new request to be submitted. Range is 1 to 10080 minutes. Default: 1440
Example:  2500
S|skip_prompt SkipPrompt
[Optional] Skips displaying a confirmation message before performing the command action.
u|user_authentication User
Required when security management is enabled. Supplies the command with the Viewpoint user, and triggers a password prompt for authentication.

Permissions required: Administrator role

XML File Example

This command does not support an XML file.