Deleting a Custom Export Width Definition - Analytics Database - Teradata Vantage

International Character Set Support

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
2023-09-27
dita:mapPath
aju1628095815656.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
hqj1472245413611
lifecycle
latest
Product Category
Teradata Vantageā„¢

You can delete an existing custom export width definition using the RemoveExportDefinition stored procedure, for example:

Ex. call syslib.RemoveExportDefinition('exportname',msg);

The system deletes the specified definition from the DBC.ExportWidth table. In process transactions using the removed definition continue, but it is unavailable to new transactions.

The user executing the stored procedure must have EXECUTE privileges on the stored procedure or on the SYSLIB database.