TDWMDeleteRule Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
REPLACE PROCEDURE TDWM.TDWMDeleteRule (
  IN RulesetName TD_ANYTYPE,
  IN RuleName TD_ANYTYPE
)
  ...
;

Syntax Elements

RulesetName
Name of the ruleset that contains the RuleName. Use 'ALLRULESETS' to delete the specified rule in all existing rulesets. Cannot be null and the length must be between 1 and 30.
RuleName
Name of the rule to be deleted. The rule can be either a system 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.