OBJECT HALT Command | bcmadmin | Teradata Business Continuity Manager - OBJECT HALT - 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

Changes state of a table object to the Out of Service state. The table must be managed by Business Continuity Manager.

Syntax

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

Parameters

ON
Change a table on a specific database system.
tdpid
Unique identifier (TDPID) of a database system.
REASON reason
User description of why the object is having its state changed.
tablename
The fully qualified table name if you are attempting to change the state of a table.

Usage Considerations

Restricts an object state change to an object on a specific database system. If making a state change for an object on all the database systems then the object has the same data across all database systems when this operation completes.

When running this command, Business Continuity Manager holds any new transactions/statements until all in-flight transactions close for the object. RecoveryCheckpointTimeout determines the duration of wait time. If in-flight transactions are not closed within this time limit, the operation aborts. An error displays, and the state returns to its state prior to the attempt.

If a multi object write runs, and an object is in Out of Service or Interrupted state, then all associated objects in the Write automatically become Out of Service or Interrupted.

Example

The following example demonstrates placing an object t4_cp from a database cp_tpp004u in Out-of-Service state on the database system cricket.

bcmadmin>  OBJECT HALT cp_tpp004u.t4_cp ON cricket;