ALTER ZONE Syntax Elements - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™
zone_name
Name of an existing secure zone.
ADD ROOT
Add a root database or user to a secure zone.
Only the secure zone creator can ADD a root.
The root cannot be a part of another zone.
Root should be an existing user or database. You should create the user or database before you specify the user or database as root.
The user or database that you specify cannot be a guest, creator, or member of another zone and cannot contain objects, descendants, roles, profiles, or constraints.
Only the zone creator, owner and creator of root can have privileges on the root. Other users cannot have privileges on the root. Root cannot have any privileges on other users.
Root cannot be a proxy user.
Root should not be granted with any roles or constraints.
The user should not be logged in while adding him as a zone root.
Root cannot have a database as default database.
The user or database that you specify cannot have any Access logging or Query logging rules enabled on them or created by them.
DROP ROOT
De-link the root database or user from the secure zone.
Only the zone creator can DROP a root.
The root cannot contain any objects, descendants, roles, constraints, or profiles.
The root database or user cannot have any Access logging or Query logging rules enabled on them or created by them.
All the zone guests must be removed from the zone.
The root user should not be logged in while dropping zone root.