RESTART TPA - Teradata Vantage - Database Engine 20

Database Utilities

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Database Engine 20
Teradata Vantage
Release Number
20.00
Published
June 2025
ft:locale
en-US
ft:lastEdition
2026-03-26
dita:mapPath
ron1747160181474.ditamap
dita:ditavalPath
ft:empty
dita:id
vkz1472241255652
lifecycle
latest
Product Category
Teradata Vantageā„¢

Restarts or stops the database after optionally performing a dump.

When you restart the database, all vprocs are reset.

RESTART TPA does not prompt you to confirm the restart.

Syntax

RESTART TPA
  [ NODUMP | DUMP = { YES | NO } ]
  [ COLD | COLDWAIT ] comment

Syntax Elements

NODUMP
Restart the database without a dump. This is the default.
DUMP
Restart the database with a dump.
  • If DUMP is set to YES, then the database restarts with a dump.
  • If DUMP is set to NO, then the database restarts without a dump.
COLD
Restart the database without waiting for transaction recovery. This is the default.
COLDWAIT
Finish all database transaction recovery before allowing users to log on.
comment
The reason for the restart.

Example: Restarting the database

In this example, a cold restart is issued with a message stating the reason why.

restart tpa cold Scheduled maintenance.

The reason for the restart is logged as:
Scheduled maintenance.