OBJECT SET SYNC USER Command | bcmadmin | Teradata Business Continuity Manager - OBJECT SET SYNC USER - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide

Product
Teradata Business Continuity Manager
Release Number
1.0
Published
January 2022
Language
English (United States)
Last Update
2022-01-27
dita:mapPath
otc1639627713801.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Sets the user name for syncing this table using the table sync service.

Syntax

OBJECT SET SYNC USER{<objectname>} [ '<sync user name>'];

Parameters

objectname
Fully qualified name of the target object.
sync user name
The name of the user to run sync SQL statements.

Example

bcmadmin> OBJECT SET SYNC USER db0.t0 db1;
The sync user for [1001] db0.t0 has been set to db1.