BEGIN [CONCURRENT] ISOLATED LOADING ON table_specification [,...]
USING QUERY BAND 'LDILoadGroup = value'
[ [IN] { SINGLE | MULTIPLE } SESSION ] [;]
Syntax Elements
-
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.