TDWMLoadUtilStatistics Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
REPLACE FUNCTION TDWM.TDWMLoadUtilStatistics (
) RETURNS TABLE (
    UtilityType VARCHAR(10) CHARACTER SET LATIN,
    UtilityCount SMALLINT,
    UtilityLimit SMALLINT
  )
  ...
;

Syntax Elements

UtilityType
Type of utility:
  • 0 = MultiLoad + FastLoad
  • 1 = MultiLoad
  • 2 = FastLoad
  • 3 = FastExport
  • 4 = ARC
  • 5 = Standalone Mload
  • 6 = Standalone FastLoad
  • 7 = Standalone FastExport
  • 8 = TPT update Op: MultiLoad
  • 9 = TPT load Op: Fastload
  • 10 = TPT export Op: FastExport
  • 11 = JDBC MultiLoad
  • 12 = JDBC FastLoad
  • 13 = JDBC FastExport
  • 14 = CSP Save Dump (FastLoad)
  • 15 = DSA
  • 16 = DSA Backup
  • 17 = DSA Restore
  • 18 = MLOADX
UtilityCount
Number of utilities of this type that are active.
UtilityLimit
Current limit on the number of utilities of this type.
There is one record for every utility.