Creating a Zone - 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ā„¢

A zone creator must have CREATE ZONE privilege to create a zone. The zone creator then uses the following syntax to create a zone:

CREATE ZONE  zone_name  ROOT  root_name  ;

The root_name must be an existing user or database that has no preexisting objects, descendants, roles, profiles, or grants.

You can create a secure zone without a ROOT, and use ALTER ZONE later to add a ROOT database or user. You can also use ALTER ZONE to delink the ROOT from a secure zone before you drop the zone.

For information about the CREATE ZONE and ALTER ZONE syntax, see Teradata Vantageā„¢ - SQL Data Definition Language Syntax and Examples, B035-1144.