OBJECT RESYNC Command | bcmadmin | Teradata Business Continuity Manager - OBJECT RESYNC - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide - 2.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
2.00
Published
August 2024
ft:locale
en-US
ft:lastEdition
2025-01-31
dita:mapPath
sko1694443904278.ditamap
dita:ditavalPath
ft:empty
dita:id
otc1639627713801
Product Category
Analytical Ecosystem

Purpose

Synchronizes the specified table from the source system to the destination system.

Syntax

OBJECT RESYNC {<tablename |id:object id>} [FROM tdpid1] [ TO tdpid2] [TIMEOUT '<timeout (seconds)>'][VALIDATE];

Parameters

tablename
Fully qualified name of the target object.
object id
Managed object id of the target object.
tdpid1
Unique identifier (TDPID) of a source database system.
tdpid2
Unique identifier (TDPID) of a target database system.
timeout (seconds)
The timeout, in seconds, to use for the operation.
VALIDATE
Checks if the tables are synchronized before performing a resync. If the optional VALIDATE flag is omitted, the command will proceed to resynchronize the tables directly.

Example

bcmadmin> OBJECT RESYNC db0.t1000 FROM sdt29630 TO sdt29631 TIMEOUT 60;
Operation Number : 3
Operation Name   : Resyncing Object
User             : admin
User Name        : Main Administration User
Start Time       : 07/22 10:29:24
Updates:
    07/22 10:29:24 [-] Info: Resyncing table db0.t1000 from sdt29630 to sdt29631 using timeout 60
    07/22 10:29:26 [-] Info: Activating table on target system ( setting to Active )
    07/22 10:29:26 [-] Info: Successfully activated the table on 2 systems
    07/22 10:29:26 [-] Info: Operation finished
    07/22 10:29:26 [-] Info: Table resync completed
Status      : Finished (1)
Finish Time : 07/22 10:29:26