MonitorMoveTablesSP - Analytics Database - Teradata Vantage

SQL Operators and User-Defined Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
xub1628111590556.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
drp1544241916620
lifecycle
latest
Product Category
Teradata Vantage™

ANSI Compliance

This statement is a Teradata extension to the ANSI SQL:2011 standard.

Syntax

CALL [TDMaps.] MonitorMoveTablesSP (
  'ActionListName',
  :NumTables,
  :NumComplete,
  :NumInProgress,
  :NumWaitingToStart,
  :PercentComplete
) [;]

Syntax Elements

TDMaps.
The name of the database.
ActionListName
The name of the action list to get status on.
NumTables
The total number of objects to move to the new map.
NumComplete
The number of objects already moved to the new map.
NumInProgress
The number of objects currently moving to the new map.
NumWaitingToStart
The number of objects currently waiting to move.
PercentComplete
The percent of objects already moved to the new map.