Disabling the Retry Function - Basic Teradata Query

Basic Teradata Query Reference

Product
Basic Teradata Query
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2020-02-20
dita:mapPath
kil1527114222313.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2414
lifecycle
previous
Product Category
Teradata Tools and Utilities

By default, the BTEQ request retry function (RETRY command) is enabled. This automatically resubmits requests that fail because of certain error conditions.

Use the BTEQ RETRY command to disable the retry function before submitting requests that are embedded in either an explicit transaction, a multi-statement request, or an executing BTEQ macro.

For Teradata transaction semantics mode, explicit transactions begin with a BEGIN TRANSACTION statement and end with an END TRANSACTION statement. Multi-statement requests and executing BTEQ macros are treated as implicit transactions.