BEGIN ISOLATED LOADING Syntax Elements - 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™
table_specification
[ database_name. ] table_name
CONCURRENT
Keyword you can include for readability.
database_name
The name of the database containing the table, if different from the current default database.
user_name
The name of the user containing the table, if different from the current default user.
table_name
The name of the load isolated table on which to perform the isolated load operation.
LDILoadGroup= value
For value, you specify a load group to use for the isolated load operation.
IN
Optional keyword to precede the single or multiple session specification.
SINGLE SESSION
Load the specified tables in a single load session using the current session.
MULTIPLE SESSION
Enable multiple sessions to load the specified tables.
To begin a multi-session load operation, the master session performs the BEGIN ISOLATED LOADING statement with the MULTIPLE SESSION option.