TDWMEventControl 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.TDWMEventControl (
  IN EventName TD_ANYTYPE,
  IN Operation VARCHAR(1) CHARACTER SET LATIN,
  IN Duration INTEGER,
  OUT NewStatus VARCHAR(8) CHARACTER SET LATIN,
  OUT PriorStatus VARCHAR(8) CHARACTER SET LATIN
)
  ...
;

Syntax Elements

EventName
Name of the event specified.
Operation
Status of the event:
  • A = Active
  • I = Inactive
Duration
Time, in minutes, after the event expires.
A value of zero indicates no expiration time.
NewStatus
Status of the event after the procedure call.
PriorStatus
Status of the event before the procedure call.