attach udf Command | Command-line Debugging for UDFs | Teradata Vantage - attach udf - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
rin1593638965306.ditamap
dita:ditavalPath
rin1593638965306.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantageā„¢

This command is used to create a Teradata C/C++ UDF Debugger session on the requested system.

Syntax

attach udf systemname/username,password

Syntax Elements

systemname
The name of the Teradata system to log onto as a debugger.
username
The name for the user account to use to log on.
The username must be same as the username used to run the UDF that is to be debugged.
password
The password for the account.

Usage Notes

attach udf may be issued before or after you start the UDF to be debugged in bteq; however, you must create the Teradata C/C++ UDF Debugger session before you issue other UDF-specific debugging commands. This command attaches the debugger to the database, not to a specific database session.