TDWMManageRule | Application Programming Reference | Teradata Vantage - TDWMManageRule - Teradata Vantage - Analytics Database

Application Programming Reference

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
qld1628112131956.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
ajo1472244909562
lifecycle
latest
Product Category
Teradata Vantage™

Enables or disables a specific rule or rules. If the operation is to enable a rule, some validations are performed (for example, qualification criteria, default state limit) to reduce the risk of enabling an incomplete rule. If a rule fails any validation, the rule remains disabled.

Syntax

REPLACE PROCEDURE TDWM.TDWMManageRule (
  IN RulesetName TD_ANYTYPE,
  IN RuleName TD_ANYTYPE,
  IN Operation CHAR(1) CHARACTER SET LATIN
)
  ...
;

Syntax Elements

RulesetName
Name of the ruleset that contains the RuleName. Use ‘ALLRULESETS’ to enable the specified rule in all existing rulesets. Cannot be null and its length must be between 1 and 30.
RuleName
Name of the rule to be managed. A combination of RulesetName and RuleName uniquely identifies a specific throttle or an arrival rate meter. The specified name must be unique among all existing TASM rules: throttles, arrival rate meters, workloads, filters, and so on. Cannot be null and the length must be between 1 and 30.
Operation
  • 'E' = enable
  • 'D' = disable