DBW - Analytics Database - Teradata Vantage

Resource Usage Macros and Tables

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-10-30
dita:mapPath
efj1628112349534.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
wqp1472240716284
lifecycle
latest
Product Category
Teradata Vantage™
For instructions on starting the Database Window, see Teradata Vantage™ - Database Utilities, B035-1102.

To enable RSS logging from DBW:

  1. Open the Supvr window.
  2. Set the Node Logging Rate using this database command.
    SET RESOURCE { LOGGING | LOG } number

    where number is the number of seconds.

    A rate of zero disables the logging function.
  3. Specify the table you want to enable logging to using this database command.
    SET LOGTABLE { tablename | ALL } { ON | OFF }

    where tablename is the suffix part of ResUsage Xxxx. For example, for the DBC.ResUsageSpma table, the tablename would be “Spma.”

    After the table is enabled for logging, you can log rows in Summary Mode. For more information, see Summary Mode.

    To log rows in Summary Mode, you must enable the table specified in both the RSS Table Logging Enable group and in the RSS Summary Mode Enable group.
  4. (Optional) Enable Summary Mode on the table specified using this command.
    SET SUMLOGTABLE tablename { ON | OFF }