Example: Using DBQLRulesV - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

The following SELECT statement retrieves the rules in effect for users:

SELECT * from DBC.DBQLRulesV;

Result:

       UserName  All
        Account
ApplicationName
     TypeOfRule  Logging enabled
        Explain  F
         Object  F
            SQL  F
           Step  T
        XMLPlan  F
     StatsUsage  F
        Verbose  F
  DetailedStats  F
      NoColumns  F
        Summary  F
      Threshold  F
    ObjectUsage  F
          Param  F
   FeatureUsage  T
    UtilityInfo  F
       TextSize             200
   Summary//Low        ?
            Med        ?
           High        ?
      LockDelay               0
        AlgMode     ?
TypeOfCriterion  NO CRITERION
     DetailDiag               ?
This rule was initiated as:
replace query logging with stepinfo, featureinfo on all;

The statement enables STEP and Feature Usage logging.