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

Teradata® Business Continuity Manager User Guide - 1.01.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
1.01.01
Published
March 2023
Language
English (United States)
Last Update
2023-03-13
dita:mapPath
qra1653979755546.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Replays the Recovery Log to bring the Business Continuity Manager managed table object from an Out of Service, Interrupted, or Read-Only state to Active state without requiring manual intervention by an administrator to restore the data. If the recovery operation is unsuccessful, the table object changes to the Interrupted or Unrecoverable state depending on the error.

Syntax

OBJECT RECOVER {tablename[,tablename,...] [ON tdpid [, tdpid, ...]]} [ REASON reason];

Parameters

tablename
The fully qualified table name if you are attempting to change the state of a table. You may enter multiple table names.
tdpid
Unique identifier (TDPID) of a database system.
REASON
Reason for clearing. Use single quotation marks when the reason is more than one word.

Usage Considerations

  • To restore a Business Continuity Manager managed table object to Active state, you must synchronize the data outside of Business Continuity Manager or if all writes were done through Business Continuity Manager, synchronize the table through recovery processing.
  • If the Business Continuity Manager managed table object cannot recover successfully due to a transient error, then the table object remains in Interrupted state, which raises an alert. After resolving the error, retry the recovery.
  • If Business Continuity Manager cannot successfully recover the Business Continuity Manager managed table object due to data consistency issues, then the table object enters Unrecoverable state.

Example

bcmadmin>  OBJECT RECOVER db1.obj9333 ON sys1;