Deleting a Custom Export Width Definition - Advanced SQL Engine - Teradata Database

International Character Set Support

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
xnf1627504141606.ditamap
dita:ditavalPath
xnf1627504141606.ditaval
dita:id
B035-1125
lifecycle
previous
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.