Grant DBQL Administrative Privileges | VantageCloud Lake - Granting DBQL Administrative Privileges to Other Users - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

You need the EXECUTE privilege on the special macro DBQLAccessMacro to enable and disable query logging. DBQLAccessMacro is created when the Environment is created.

The system users DBC and SystemFE have the EXECUTE privilege on DBQLAccessMacro and can grant it to others when needed. If you want other users, such as your administrative user, to be able to run DBQLAccessMacro, follow this procedure:

  1. Log on as user DBC (or SystemFE).
  2. List the contents of database DBC to see if the DBQLAccessMacro, DBQLRuleTbl, and DBQLRuleCountTbl have been created:
    HELP DATABASE DBC ;

    The DBQL tables, views, and macros are reported.

  3. Grant the following privileges to your database administrator user:
    GRANT EXECUTE ON DBC.DBQLAccessMacro TO DBADMIN ;
    GRANT SELECT ON DBC.DBQLRULESV TO DBADMIN ;
  4. Log off the DBC or SystemFE session.
  5. Log on again as user DBADMIN.
  6. Define query logging rules for one or more users, one or more accounts, or applications using BEGIN QUERY LOGGING or REPLACE QUERY LOGGING.
  7. Check the DBQLRules[V] view to see if the rules are correct:
    SELECT * FROM DBC.DBQLRulesV ;

    If you find an error, submit an REPLACE QUERY LOGGING statement for that user.