End DBQL Logging for Specific Users/Accounts | VantageCloud Lake - Ending DBQL Logging for Specific Users or Accounts - 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

When you are ready to stop logging, specify any accounts on which you enabled DBQL logging. For example, if you submitted the following statement:

BEGIN QUERY LOGGING WITH OBJECTS ON APPLNAME='FASTLOAD';

to stop logging, use:

END QUERY LOGGING ON APPLNAME='FASTLOAD';
If you use the WITH option of the END QUERY LOGGING statement, you get this message: "Warning: Deprecated option WITH is used and will soon be removed."
Teradata recommends using scripts to enable and disable logging to avoid typographical errors.
The application names you specify with the APPLNAME option are the names the system passes in the LogonSource string. (For a list of the commonly seen LogonSource string application names, see "Application Names" in General Usage Guidelines for BEGIN QUERY LOGGING .)