Granting and Revoking Logon Privileges | Teradata Vantage - Granting and Revoking Logon Privileges - Analytics Database - Teradata Vantage

Security Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
Product Category
Teradata Vantageā„¢
You can use the GRANT LOGON or REVOKE LOGON statement to enable or disable:
  • All logons to the database for a particular user
  • Logons to the database by a user through one or more host IDs. For information on setting up host groups, see Restricting Logons by Host Group.

Syntax

{ GRANT | REVOKE } LOGON ON hostid FROM username

Syntax Elements

hostid
One of the following:
  • A single hostid
  • A comma-separated list of hostids
  • ALL
username
One of the following:
  • Vantage username
  • Comma-separated list of user names

A REVOKE LOGON statement affects only future logon attempts. It does not affect currently logged on users. You can restore logon privileges with the GRANT LOGON statement.