KILL SESSION - Advanced SQL Engine - Teradata Database

Database Utilities

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

Purpose

The KILL SESSION command terminates the specified session on the Teradata Database by aborting any active request on that session and logging the session off.

Aborting an outstanding request could take a significant amount of time. Therefore, killing a session or a user’s sessions does not necessarily free up the resources of those sessions immediately.

Syntax

{ KILL | KI } { SESSION | SE } ses_no
ses_no
Session number (in decimal).
To list the possible values for ses_no, use DISPLAY GTW or DISPLAY NETWORK.

Usage Notes

Before using the KILL SESSION command, you must select the host group from which the session is running using the SELECT HOST command. For information, see SELECT HOST.

The KILL SESSION command specifies that the session identified by ses_no be terminated. This command leaves an audit trail in the error log.

Example: Terminating a specified session

To terminate session 1000 on the network through the gateway, type:

kill se 1000

The following appears:

Session 1000 scheduled to be killed.