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

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

This command shows the names of the UDFs that are attached to the database and are available for debugging.

Syntax

info udf [ wait ]

The optional wait parameter requests that this command not complete until there is at least one UDF available to debug. The wait can be interrupted by pressing Ctrl+C.

Usage Notes

The output of this command appears in a table that provides a row for each UDF that is available to be debugged by the requesting database. It contains the following UDF information:
  • session number
  • function name
  • function type
  • source programming language
  • number of instances
  • whether the UDF is currently joined to a debugger session

The table usually has only one row, but can have more rows if the user is running multiple debugging sessions.