TDWMRuleControl Syntax - Teradata VantageCloud Lake

Lake - Monitor Resources and Performance

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
wyu1683671641248.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
wyu1683671641248
REPLACE PROCEDURE TDWM.TDWMRuleControl (
  IN RuleSetId   INTEGER,
  IN RuleName    TD_ANYTYPE,
  IN Operation   VARCHAR(1) CHARACTER SET LATIN,
  IN TDWMLock    VARCHAR(1) CHARACTER SET LATIN
)
  ...
;

Syntax Elements

RuleSetId
ID of the rule set in which the rule is found.
RuleName
Name of the rule specified.
Operation
Request to enable or disable the rule:
  • E = Enable the rule
  • D = Disable the rule
TDWMLock
Type of request performed on the TDWMLock table:
  • W = Wait for the TDWMLock
  • A = Abort if the TDWMLock table is locked
  • S = Perform the update without locking the TDWMLock table
The TDWM places an exclusive lock on the TDWMLock table at startup.