Statistics | Privileges Needed for Database Administration | Teradata Vantage - Statistics - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2022-02-15
dita:mapPath
ppz1593203596223.ditamap
dita:ditavalPath
wrg1590696035526.ditaval
dita:id
B035-1100
lifecycle
previous
Product Category
Teradata Vantageā„¢
To... the user must have...
collect/drop statistics on a permanent or global temporary table, a hash index, or a join index the STATISTICS privilege on the table, global temporary table, hash index or join index.
collect/drop statistics on a permanent row level security table the STATISTICS and OVERRIDE SELECT privileges on the table.
collect/drop statistics on a volatile table or a materialized global temporary table No privileges required
use HELP STATISTICS to display summary or detail information for collected statistics for the specified data table or hash or join index
  • Any privilege on the table_name, join_index_name, or hash_index_name
  • Ownership of the table_name or join_index_name
use SHOW STATISTICS to display summary or detail information for collected statistics for the specified data table or hash or join index if the values option is not specified:
  • Any privilege on the table_name, join_index_name, or hash_index_name
  • Ownership of the table_name or join_index_name
if the values option is specified:
  • SELECT on the object being reported