Define Object Lists and Exclusions | Teradata Viewpoint - Defining Object Lists and Exclusions - Teradata Viewpoint - Teradata Workload Management

Teradata® Viewpoint User Guide

Product
Teradata Viewpoint
Teradata Workload Management
Release Number
16.50
16.20
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
yqb1520516846011.ditamap
dita:ditavalPath
yqb1520516846011.ditaval
dita:id
B035-2206
lifecycle
previous
Product Category
Analytical Ecosystem

This topic provides general information on how to define object lists to use in job scopes, and how to prevent objects from being included in the jobs.

Creating Object Lists

You can create an object list in Teradata Database and use the list when specifying the scope of jobs.
  1. Create an object list using the TDStats.CreateObjectList stored procedure.
  2. Populate TDStats.ObjectListEntry with appropriate values.
  3. Wait for the Stats Manager data collector to run for the object list to be recognized by the portlet. Once recognized, it appears in the existing object list on the Scope tab when editing a job.
  4. Select the object list to have the job use for the job scope.

Excluding Objects from Jobs

Define Global Excludes to prevent objects from being included in Stats Manager jobs and from appearing in the portlet.
  1. Use the TDStats.AddExcludedObject stored procedure to identify objects for exclusion.
  2. Wait for the Stats Manager data collector to run for the excluded object list to take effect.

For more information, see Teradata® Database Application Programming Reference.