CREATE 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
Specify a name for the secure zone.
For information about naming database objects, see Teradata Vantage™ - SQL Fundamentals, B035-1141.
ROOT
The zone root is a database or a user on which a secure zone is created. You create a secure zone and associate a database or a user as the root. Before assigning the database or user as the root of a secure zone, the database or user should not contain any associated objects, users, databases, roles, or profiles.
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 secure 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 the user 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.
database_name
Name of database.
user_name
Name of user.