DEFAULT MAP - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
ncd1596241368722.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

You can specify an existing contiguous or sparse map as the default map for the profile.

You must have been granted the specified map unless the map is the same as the default map of the profile modifier.

map_name
Name of an existing contiguous or sparse map.
You cannot specify TD_DataDictonaryMap or TD_GlobalMap.
To specify a sparse map as the default map, you must be in the same secure zone as the sparse map and the sparse map must be in the same secure zone as the profile.
OVERRIDE ON ERROR
Use the default map if an error occurs when the MAP clause is specified for a CREATE TABLE, CREATE JOIN INDEX, or CREATE HASH INDEX statement. For example, if the MAP clause specifies a nonexistent contiguous map or a sparse map in another secure zone, a warning message displays. The message indicates that the specified map was not used and lists the name of the default map used instead.
This is the default.
OVERRIDE NOT ON ERROR
Do not use the default map if an error occurs when the MAP clause is specified for a CREATE TABLE, CREATE JOIN INDEX, or CREATE HASH INDEX statement.
NULL
A default map is not associated with the database. You can specify NULL to remove the default map that is currently set for the profile.